Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiManager Class / SelectedTabGroup Property


SelectedTabGroup Property
Gets or sets the currently selected tab-group.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property SelectedTabGroup As TabbedMdiTabGroup
 
'Usage
 
Dim instance As TabbedMdiManager
Dim value As TabbedMdiTabGroup
 
instance.SelectedTabGroup = value
 
value = instance.SelectedTabGroup

Property Value

A reference to a TabbedMdiTabGroup representing 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