TabControl::SelectTab Method (String^)

 

Makes the tab with the specified name the current tab.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void SelectTab(
	String^ tabPageName
)

Parameters

tabPageName
Type: System::String^

The Name of the tab to select.

Exception Condition
ArgumentNullException

tabPageName is null.

-or-

tabPageName does not match the Name property of any TabPage in the TabPages collection.

Use this method to programmatically select a particular tab in a TabControl.

.NET Framework
Available since 2.0
Return to top
Show: