'Declaration Public Property CustomizedButtonIDs As ImGearRecZoneGUIType
'Usage Dim instance As ImGearRecZoneGUICustomToolBar Dim value As ImGearRecZoneGUIType instance.CustomizedButtonIDs = value value = instance.CustomizedButtonIDs
public ImGearRecZoneGUIType CustomizedButtonIDs {get; set;}
public: __property ImGearRecZoneGUIType get_CustomizedButtonIDs(); public: __property void set_CustomizedButtonIDs( ImGearRecZoneGUIType value );
public: property ImGearRecZoneGUIType CustomizedButtonIDs { ImGearRecZoneGUIType get(); void set ( ImGearRecZoneGUIType value); }