Skip to main content
.NET Framework Class Library
TabControl..::.SelectTab Method





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.

Overload List
 NameDescription
Public methodSelectTab(Int32)Makes the tab with the specified index the current tab.
Public methodSelectTab(String)Makes the tab with the specified name the current tab.
Public methodSelectTab(TabPage)Makes the specified TabPage the current tab.
Top