BCGSoft.ControlBars Namespace > DockManager Class > FloatDockingPane Method : FloatDockingPane(DockingPane,Rectangle,Boolean,Boolean) Method |
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.
'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 )
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