Xceed Docking Windows for WinForms v2.3 Documentation
TabGroups Property


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiManager Class : TabGroups Property
Gets the tab-groups managed by the tabbed-mdi manager.
Syntax
'Declaration
 
<BrowsableAttribute(False)>

<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>

Public ReadOnly Property TabGroups As TabbedMdiTabGroupCollection
'Usage
 
Dim instance As TabbedMdiManager

Dim value As TabbedMdiTabGroupCollection

 

value = instance.TabGroups
[Browsable(false)]

[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]

public TabbedMdiTabGroupCollection TabGroups {get;}

Property Value

A TabbedMdiTabGroupCollection containing the tab-groups managed by the tabbed-mdi manager.
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