Wimark.Controls Class Library  

TabControl.SelectedTab Property

Gets or sets the currently selected tab page in a tab control.

[Visual Basic]
Public Property SelectedTab As TabPage 
[C#]
public TabPage SelectedTab {get; set;}
[C++]
public: __property TabPage* get_SelectedTab();
public: __property void set_SelectedTab(TabPage*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TabControl Class | TabControl Members | Wimark.Controls Namespace