Xceed Docking Windows for WinForms v2.3 Documentation
MdiContainerForm Property


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiManager Class : MdiContainerForm Property
Gets the Mdi-container form.
Syntax
'Declaration
 
<BrowsableAttribute(False)>

Public ReadOnly Property MdiContainerForm As Form
'Usage
 
Dim instance As TabbedMdiManager

Dim value As Form

 

value = instance.MdiContainerForm
[Browsable(false)]

public Form MdiContainerForm {get;}

Property Value

A reference to a Form representing the Mdi-container.
Remarks
In order for a form to be an Mdi-container, its IsMdiContainer property must be set to true.
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