ImageGear .NET v24.12 - Updated
HideStandardButton Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : HideStandardButton Method
Button to be hidden.
Hides the specified standard toolbar button.
Syntax
'Declaration
 
Public Sub HideStandardButton( _
   ByVal buttonId As ImGearRecZoneGUIType _
) 
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim buttonId As ImGearRecZoneGUIType
 
instance.HideStandardButton(buttonId)
public void HideStandardButton( 
   ImGearRecZoneGUIType buttonId
)
public: void HideStandardButton( 
   ImGearRecZoneGUIType buttonId
) 
public:
void HideStandardButton( 
   ImGearRecZoneGUIType buttonId
) 

Parameters

buttonId
Button to be hidden.
Remarks
This method hides the specified standard toolbar button. The button will not be visible the next time the toolbar is shown.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
ImGearRecZoneGUIType Enumeration