ImageGear .NET v24.12 - Updated
ShowStandardButton Method




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

Parameters

buttonId
ID of the button to be shown.
Remarks
This method shows the specified standard toolbar button. The button will be visible the next time the toolbar is shown.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
ImGearRecZoneGUIType Enumeration