BCGControlBar Library for .NET
DockMiniFrameToRecentPos Method




A miniframe window from which the child docking pane should be returned to the recent position .
Specifies if the docking pane should get the input focus.
Docks the specified docking pane located in miniframe window to the docking container which it has before the current state. Called by framework on mouse double click on the miniframe window.
Syntax
'Declaration
 
Public Sub DockMiniFrameToRecentPos( _
   ByVal frame As MiniFrame, _
   ByVal setFocus As Boolean _
) 
'Usage
 
Dim instance As DockManager
Dim frame As MiniFrame
Dim setFocus As Boolean
 
instance.DockMiniFrameToRecentPos(frame, setFocus)
public void DockMiniFrameToRecentPos( 
   MiniFrame frame,
   bool setFocus
)
public: void DockMiniFrameToRecentPos( 
   MiniFrame* frame,
   bool setFocus
) 
public:
void DockMiniFrameToRecentPos( 
   MiniFrame^ frame,
   bool setFocus
) 

Parameters

frame
A miniframe window from which the child docking pane should be returned to the recent position .
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

Send Feedback