'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); }