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





Makes the tab following 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 methodDeselectTab(Int32)Makes the tab following the tab with the specified index the current tab.
Public methodDeselectTab(String)Makes the tab following the tab with the specified name the current tab.
Public methodDeselectTab(TabPage)Makes the tab following the specified TabPage the current tab.
Top