Xceed Docking Windows for WinForms v2.3 Documentation
SubscribeToHostForm Method


Xceed.DockingWindows.TabbedMdi Namespace > TabbedMdiManager Class : SubscribeToHostForm Method
The Form in which the Mdi-child forms will be displayed.
Subscribe to the host form.
Syntax
'Declaration
 
Public Sub SubscribeToHostForm( _

   ByVal mdiContainer As Form _

) 
'Usage
 
Dim instance As TabbedMdiManager

Dim mdiContainer As Form

 

instance.SubscribeToHostForm(mdiContainer)
public void SubscribeToHostForm( 

   Form mdiContainer

)

Parameters

mdiContainer
The Form in which the Mdi-child forms will be displayed.
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