ImageGear .NET v24.12 - Updated
CustomizedButtons Property




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

Property Value

ImGearRecZoneGUICustomBtnParams class object.
See Also

Reference

ImGearRecZoneGUICustomToolBar Class
ImGearRecZoneGUICustomToolBar Members