TabControl::SelectTab Method
.NET Framework (current version)
Makes the specified tab the current tab.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | SelectTab(Int32) | Makes the tab with the specified index the current tab. |
![]() | SelectTab(String^) | Makes the tab with the specified name the current tab. |
![]() | SelectTab(TabPage^) | Makes the specified TabPage the current tab. |
Show:
