Makes the tab following the specified TabPage the current tab.
Public Sub DeselectTab ( _ tabPage As TabPage _ )
public void DeselectTab( TabPage tabPage )
public: void DeselectTab( TabPage^ tabPage )
member DeselectTab : tabPage:TabPage -> unit
index is less than 0 or greater than the number of TabPage controls in the TabPages collection minus 1.
-or-
tabPage is not in the TabPages collection.
tabPage is nullNothingnullptra null reference (Nothing in Visual Basic).
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2