Gets or sets a value indicating whether the utility buttons are hidden.
Syntax
'Declaration
Public Property UtilityButtonsHidden As Boolean
'Usage
Dim instance As ImGearRecZoneGUICustomToolBar
Dim value As Boolean
instance.UtilityButtonsHidden = value
value = instance.UtilityButtonsHidden
public bool UtilityButtonsHidden {get; set;}
public: __property bool get_UtilityButtonsHidden();
public: __property void set_UtilityButtonsHidden(
bool value
);
public:
property bool UtilityButtonsHidden {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also