BCGControlBar Library for .NET
GetDockedObject Method




An index of the docking container to return.
Returns a docking container from docked object collection which has a specified index. Called by the framework on adjusting the layout of the docking container by the LayoutController.
Syntax
'Declaration
 
Public Function GetDockedObject( _
   ByVal i As Integer _
) As DockingContainer
'Usage
 
Dim instance As DockManager
Dim i As Integer
Dim value As DockingContainer
 
value = instance.GetDockedObject(i)
public DockingContainer GetDockedObject( 
   int i
)
public: DockingContainer* GetDockedObject( 
   int i
) 
public:
DockingContainer^ GetDockedObject( 
   int i
) 

Parameters

i
An index of the docking container to return.
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