BCGControlBar Library for .NET
DockControlBarToRecentPos Method




A docking pane to be docked at the recent posititon
Specifies if the docking pane will be focused after docking.
Docks the specified docking pane to the docking container or as tabbed document to the docking container which it has before the current state. Called by framework on setting visibility and autohide mode for the docking pane.
Syntax
'Declaration
 
Public Function DockControlBarToRecentPos( _
   ByVal pBar As DockingPane, _
   ByVal setFocus As Boolean _
) As Boolean
'Usage
 
Dim instance As DockManager
Dim pBar As DockingPane
Dim setFocus As Boolean
Dim value As Boolean
 
value = instance.DockControlBarToRecentPos(pBar, setFocus)
public bool DockControlBarToRecentPos( 
   DockingPane pBar,
   bool setFocus
)
public: bool DockControlBarToRecentPos( 
   DockingPane* pBar,
   bool setFocus
) 
public:
bool DockControlBarToRecentPos( 
   DockingPane^ pBar,
   bool setFocus
) 

Parameters

pBar
A docking pane to be docked at the recent posititon
setFocus
Specifies if the docking pane will be focused after docking.
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