BCGControlBar Library for .NET
GetDockManager Method (LayoutController)




A form to get a DockManager.
Returns the child DockManager object for the specified form.
Syntax
'Declaration
 
Public Function GetDockManager( _
   ByVal form As Form _
) As Component
'Usage
 
Dim instance As LayoutController
Dim form As Form
Dim value As Component
 
value = instance.GetDockManager(form)
public Component GetDockManager( 
   Form form
)
public: Component* GetDockManager( 
   Form* form
) 
public:
Component^ GetDockManager( 
   Form^ form
) 

Parameters

form
A form to get a DockManager.
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

LayoutController Class
LayoutController Members

Send Feedback