BCGControlBar Library for .NET
DockMiniFrame(MiniFrame,DockInfo) Method




The miniframe window the control from which should be docked.
The information about the layout and the state of the docking pane.
Called by the framework when it is necessary to  dock any control located in the miniframe, for example, on mouseUp event of the miniframe. The information about the layout and the state of the docking pane you can get from the parameter "DockInfo".
Syntax
'Declaration
 
Public Overloads Sub DockMiniFrame( _
   ByVal frame As MiniFrame, _
   ByVal info As DockInfo _
) 
'Usage
 
Dim instance As DockManager
Dim frame As MiniFrame
Dim info As DockInfo
 
instance.DockMiniFrame(frame, info)
public void DockMiniFrame( 
   MiniFrame frame,
   DockInfo info
)
public: void DockMiniFrame( 
   MiniFrame* frame,
   DockInfo* info
) 
public:
void DockMiniFrame( 
   MiniFrame^ frame,
   DockInfo^ info
) 

Parameters

frame
The miniframe window the control from which should be docked.
info
The information about the layout and the state of the docking pane.
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
Overload List

Send Feedback