Xceed Docking Windows for WinForms v2.3 Documentation
SelectedTabGroup Property


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiManager Class : 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
[Browsable(false)]

[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]

public TabbedMdiTabGroup SelectedTabGroup {get; set;}

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

Reference

TabbedMdiManager Class
TabbedMdiManager Members