BCGControlBar Library for .NET
CanFloat Property (DockingPane)




Specifies whether the docking pane can float or not.
Syntax
'Declaration
 
Public Property CanFloat As Boolean
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
instance.CanFloat = value
 
value = instance.CanFloat
public bool CanFloat {get; set;}
public: __property bool get_CanFloat();
public: __property void set_CanFloat( 
   bool value
);
public:
property bool CanFloat {
   bool get();
   void set (    bool value);
}

Property Value

True, if the docking pane can float; otherwise false.

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