ImageGear .NET v24.12 - Updated
CustomButtons Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomToolBar Class : CustomButtons Property
Gets or sets custom button parameters.
Syntax
'Declaration
 
Public Property CustomButtons As ImGearRecZoneGUICustomBtnParams
'Usage
 
Dim instance As ImGearRecZoneGUICustomToolBar
Dim value As ImGearRecZoneGUICustomBtnParams
 
instance.CustomButtons = value
 
value = instance.CustomButtons
public ImGearRecZoneGUICustomBtnParams CustomButtons {get; set;}
public: __property ImGearRecZoneGUICustomBtnParams* get_CustomButtons();
public: __property void set_CustomButtons( 
   ImGearRecZoneGUICustomBtnParams* value
);
public:
property ImGearRecZoneGUICustomBtnParams^ CustomButtons {
   ImGearRecZoneGUICustomBtnParams^ get();
   void set (    ImGearRecZoneGUICustomBtnParams^ value);
}

Property Value

ImGearRecZoneGUICustomBtnParams class object.
See Also

Reference

ImGearRecZoneGUICustomToolBar Class
ImGearRecZoneGUICustomToolBar Members