Click or drag to resize

DockingBarFloating Property

Gets or sets a value indicating whether the window is floating or not.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool Floating { get; set; }

Property Value

Type: Boolean
True if the window is floating; false if the window is docked.
See Also