ImageGear .NET
AddCustomizedButton Method




Custom button parameters.
Zone type identifier.
Custom button identifier.
Adds a customized button to the toolbar.
Syntax
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
) 
'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)

Parameters

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

Reference

ImGearRecZoneGUICustomToolBar Class
ImGearRecZoneGUICustomToolBar Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback