TabControl.SelectTab Method
.NET Framework 4
Makes the specified tab the current tab.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |