TabControl::DeselectTab Method (String^)
.NET Framework (current version)
Makes the tab following the tab with the specified name the current tab.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException |
Use this method to programmatically deselect a particular tab in a TabControl. If there are at least two tabs in the control, the tab following the specified tab becomes the current tab. If the specified tab is the last tab in the control, the first tab becomes the current tab.
.NET Framework
Available since 2.0
Available since 2.0
Show: