Gets a value indicating whether the toolbar is visible.
public bool ToolBarIsVisible {get;}
public: __property bool get_ToolBarIsVisible();
public:
property bool ToolBarIsVisible {
bool get();
}
'Declaration
Public ReadOnly Property ToolBarIsVisible As Boolean
'Usage
Dim instance As ImGearRecZoneGUI
Dim value As Boolean
value = instance.ToolBarIsVisible
Property Value
Boolean value. True if the toolbar is visible.