StatusBarVisible Property |
Get a value indicating whether the status bar 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; }
Public MustOverride Property Visible As Boolean
Get
Set
Property Value
Type:
Boolean
True if the status bar is displayed.Otherwise false.
See Also