Xceed Docking Windows for WinForms v2.3 Documentation
IsSelected Property


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiTabGroup Class : IsSelected Property
Gets a value indicating if the tab-group is currently selected.
Syntax
'Declaration
 
Public ReadOnly Property IsSelected As Boolean
'Usage
 
Dim instance As TabbedMdiTabGroup
Dim value As Boolean
 
value = instance.IsSelected
public bool IsSelected {get;}

Property Value

true if the tab-group is currently selected; false otherwise.
Remarks
The TabbedMdiManager's SelectedTabGroup can also be consulted to retrieve the currently selected tab-group.
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

TabbedMdiTabGroup Class
TabbedMdiTabGroup Members