Xceed Docking Windows for WinForms v2.3 Documentation
MdiForms Property


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiTabGroup Class : MdiForms Property
Gets a collection of the child-Mdi forms contained in the tab-group.
Syntax
'Declaration
 
Public ReadOnly Property MdiForms As MdiFormCollection
'Usage
 
Dim instance As TabbedMdiTabGroup
Dim value As MdiFormCollection
 
value = instance.MdiForms
public MdiFormCollection MdiForms {get;}

Property Value

An MdiFormCollection containing the child-Mdi forms contained in the 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