ImageGear for .NET
ButtonIsHidden Method (ImGearRecZoneGUICustomToolBar)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback