BCGControlBar Library for .NET
FloatDockingPaneOnRecentFrame Method




A docking pane to place in the recent miniframe window.
A parent miniframe window
Specifies the visibility of the miniframe window.
Specifies if the restored miniframe will  get an input focus.
Places the specified docking pane located in the docking container or the tabbed group to the floating miniframe windows which was parent for it before the current state. Called by framework on mouse double click on the docking pane and on changing PaneState property.
Syntax
'Declaration
 
Public Function FloatDockingPaneOnRecentFrame( _
   ByVal pane As DockingPane, _
   ByVal frame As MiniFrame, _
   ByVal setVisible As Boolean, _
   ByVal setFocus As Boolean _
) As Boolean
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
Dim frame As MiniFrame
Dim setVisible As Boolean
Dim setFocus As Boolean
Dim value As Boolean
 
value = instance.FloatDockingPaneOnRecentFrame(pane, frame, setVisible, setFocus)
public bool FloatDockingPaneOnRecentFrame( 
   DockingPane pane,
   MiniFrame frame,
   bool setVisible,
   bool setFocus
)
public: bool FloatDockingPaneOnRecentFrame( 
   DockingPane* pane,
   MiniFrame* frame,
   bool setVisible,
   bool setFocus
) 
public:
bool FloatDockingPaneOnRecentFrame( 
   DockingPane^ pane,
   MiniFrame^ frame,
   bool setVisible,
   bool setFocus
) 

Parameters

pane
A docking pane to place in the recent miniframe window.
frame
A parent miniframe window
setVisible
Specifies the visibility of the miniframe window.
setFocus
Specifies if the restored miniframe will  get an 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