BCGControlBar Library for .NET
SelectedTabItem Property




Retrieves the selected tab item  in the tab strip control.

Syntax
'Declaration
 
Public ReadOnly Property SelectedTabItem As TabItem
'Usage
 
Dim instance As TabStrip
Dim value As TabItem
 
value = instance.SelectedTabItem
public TabItem SelectedTabItem {get;}
public: __property TabItem* get_SelectedTabItem();
public:
property TabItem^ SelectedTabItem {
   TabItem^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TabStrip Class
TabStrip Members

Send Feedback