BCGControlBar Library for .NET
FloatDockingPane(DockingPane,Rectangle,Boolean,Boolean) Method




A docking pane to place into the created miniframe.
The boundaries of the created miniframe in screen coordinates.
Specifies if the docking pane should be displayed
Specifies if the created miniframe will be located in front of others controls and get an input focus.

Places a specified docking pane to the miniframe created within the specified boundaries  and returns it. If the docking pane can not be added to the miniframe the null reference will be returned. Called by the framework when it is necessary to set floating state for the specified docking pane.

Syntax
'Declaration
 
Public Overloads Function FloatDockingPane( _
   ByVal pane As DockingPane, _
   ByVal rectFloat As Rectangle, _
   ByVal setVisible As Boolean, _
   ByVal setFocus As Boolean _
) As MiniFrame
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
Dim rectFloat As Rectangle
Dim setVisible As Boolean
Dim setFocus As Boolean
Dim value As MiniFrame
 
value = instance.FloatDockingPane(pane, rectFloat, setVisible, setFocus)
public MiniFrame FloatDockingPane( 
   DockingPane pane,
   Rectangle rectFloat,
   bool setVisible,
   bool setFocus
)
public: MiniFrame* FloatDockingPane( 
   DockingPane* pane,
   Rectangle rectFloat,
   bool setVisible,
   bool setFocus
) 
public:
MiniFrame^ FloatDockingPane( 
   DockingPane^ pane,
   Rectangle rectFloat,
   bool setVisible,
   bool setFocus
) 

Parameters

pane
A docking pane to place into the created miniframe.
rectFloat
The boundaries of the created miniframe in screen coordinates.
setVisible
Specifies if the docking pane should be displayed
setFocus
Specifies if the created miniframe will be located in front of others controls and 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
Overload List

Send Feedback