ImageGear .NET v24.12 - Updated
AddCustomizedButton Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomToolBar Class : AddCustomizedButton Method
Custom button parameters.
Zone type identifier.
Custom button identifier.
Adds a customized button to the toolbar.
Syntax
'Declaration
 
Public Sub AddCustomizedButton( _
   ByVal buttonParameters As ImGearRecZoneGUICustomBtnParam, _
   ByVal zoneType As ImGearRecZoneGUIType, _
   ByVal buttonId As Integer _
) 
'Usage
 
Dim instance As ImGearRecZoneGUICustomToolBar
Dim buttonParameters As ImGearRecZoneGUICustomBtnParam
Dim zoneType As ImGearRecZoneGUIType
Dim buttonId As Integer
 
instance.AddCustomizedButton(buttonParameters, zoneType, buttonId)
public void AddCustomizedButton( 
   ImGearRecZoneGUICustomBtnParam buttonParameters,
   ImGearRecZoneGUIType zoneType,
   int buttonId
)
public: void AddCustomizedButton( 
   ImGearRecZoneGUICustomBtnParam* buttonParameters,
   ImGearRecZoneGUIType zoneType,
   int buttonId
) 
public:
void AddCustomizedButton( 
   ImGearRecZoneGUICustomBtnParam^ buttonParameters,
   ImGearRecZoneGUIType zoneType,
   int buttonId
) 

Parameters

buttonParameters
Custom button parameters.
zoneType
Zone type identifier.
buttonId
Custom button identifier.
See Also

Reference

ImGearRecZoneGUICustomToolBar Class
ImGearRecZoneGUICustomToolBar Members