'Declaration Public Function ButtonIsHidden( _ ByVal buttonId As ImGearRecZoneGUIType _ ) As Boolean
'Usage Dim instance As ImGearRecZoneGUI Dim buttonId As ImGearRecZoneGUIType Dim value As Boolean value = instance.ButtonIsHidden(buttonId)
public bool ButtonIsHidden( ImGearRecZoneGUIType buttonId )
public: bool ButtonIsHidden( ImGearRecZoneGUIType buttonId )
public: bool ButtonIsHidden( ImGearRecZoneGUIType buttonId )
Parameters
- buttonId
- Button ID to check for being hidden.
Return Value
true | The specified toolbar button is hidden. |
false | The specified toolbar button is not hidden. |