ImageGear .NET v24.12 - Updated
ButtonIsHidden Method (ImGearRecZoneGUICustomToolBar)




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomToolBar Class : ButtonIsHidden Method
Button identifier.
Returns a boolean value specifying whether the button is hidden.
Syntax
'Declaration
 
Public Function ButtonIsHidden( _
   ByVal buttonId As ImGearRecZoneGUIType _
) As Boolean
'Usage
 
Dim instance As ImGearRecZoneGUICustomToolBar
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 identifier.

Return Value

True if the button is hidden, false otherwise.
See Also

Reference

ImGearRecZoneGUICustomToolBar Class
ImGearRecZoneGUICustomToolBar Members