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




The miniframe window which should be docked.
The information about the layout and the state of the docking pane.
Specifies if the docking pane should get the input focus.
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, _
   ByVal setFocus As Boolean _
) 
'Usage
 
Dim instance As DockManager
Dim frame As MiniFrame
Dim info As DockInfo
Dim setFocus As Boolean
 
instance.DockMiniFrame(frame, info, setFocus)
public void DockMiniFrame( 
   MiniFrame frame,
   DockInfo info,
   bool setFocus
)
public: void DockMiniFrame( 
   MiniFrame* frame,
   DockInfo* info,
   bool setFocus
) 
public:
void DockMiniFrame( 
   MiniFrame^ frame,
   DockInfo^ info,
   bool setFocus
) 

Parameters

frame
The miniframe window which should be docked.
info
The information about the layout and the state of the docking pane.
setFocus
Specifies if the docking pane should get the input focus.
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