ImageGear .NET - Updated May 1, 2018
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)

Parameters

buttonId
Button identifier.

Return Value

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

Reference

ImGearRecZoneGUICustomToolBar Class
ImGearRecZoneGUICustomToolBar Members