BCGControlBar Library for .NET
FindDockingContainer Method




A control for which the docking container should be found.
Returns the docking container for the specified control. If the target container was not found the null reference will be returned.  Called by the framework on docking any control, attaching it to the tabbed windows.
Syntax
'Declaration
 
Public Function FindDockingContainer( _
   ByVal control As Control _
) As DockingContainer
'Usage
 
Dim instance As DockManager
Dim control As Control
Dim value As DockingContainer
 
value = instance.FindDockingContainer(control)
public DockingContainer FindDockingContainer( 
   Control control
)
public: DockingContainer* FindDockingContainer( 
   Control* control
) 
public:
DockingContainer^ FindDockingContainer( 
   Control^ control
) 

Parameters

control
A control for which the docking container should be found.
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

DockManager Class
DockManager Members

Send Feedback