Click or drag to resize

DockingBarVisible Property

Gets a value indicating whether the window is displayed.

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 Visible { get; set; }

Property Value

Type: Boolean
true if the window is displayed. Otherwise false.
See Also