Gets a value indicating whether utility buttons on the recognition zone editor toolbar are hidden.
Syntax
'Declaration
Public ReadOnly Property UtilityButtonsAreHidden As Boolean
'Usage
Dim instance As ImGearRecZoneGUI
Dim value As Boolean
value = instance.UtilityButtonsAreHidden
public bool UtilityButtonsAreHidden {get;}
public: __property bool get_UtilityButtonsAreHidden();
public:
property bool UtilityButtonsAreHidden {
bool get();
}
Property Value
Boolean value. True if the utility buttons on the toolbar are hidden.
See Also