Wimark.Controls Class Library  

TabBar.SelectedTab Property

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

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

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

TabBar Class | TabBar Members | Wimark.Controls Namespace