ImageGear .NET - Updated March 30, 2018
CustomizeButtonDialog Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : CustomizeButtonDialog Method
ID of the button to be customized.
Opens a property sheet GUI which can be used to customize the specified button.
Syntax
'Declaration
 
Public Sub CustomizeButtonDialog( _
   ByVal buttonId As ImGearRecZoneGUIType _
) 
 
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim buttonId As ImGearRecZoneGUIType
 
instance.CustomizeButtonDialog(buttonId)

Parameters

buttonId
ID of the button to be customized.
Remarks
This method opens a property sheet GUI which can be used to customize the specified button.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
ImGearRecZoneGUIType Enumeration