BCGControlBar Library for .NET
SetFloatMode Method (DockingPane)




if true, the docking pane will be placed in miniframe, otherwise, docked within the docking container on the parent form.
This function is called by the framework to put the docking pane into the floating miniframe window or dock it within its docking container on the parent form.
Syntax
'Declaration
 
Public Sub SetFloatMode( _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
instance.SetFloatMode(value)
public void SetFloatMode( 
   bool value
)
public: void SetFloatMode( 
   bool value
) 
public:
void SetFloatMode( 
   bool value
) 

Parameters

value
if true, the docking pane will be placed in miniframe, otherwise, docked within the docking container on the parent form.
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

DockingPane Class
DockingPane Members

Send Feedback