'Declaration
Public Property SelectedButton As ImGearRecZoneGUIType
'Usage
Dim instance As ImGearRecZoneGUI
Dim value As ImGearRecZoneGUIType
instance.SelectedButton = value
value = instance.SelectedButton
public ImGearRecZoneGUIType SelectedButton {get; set;}
public: __property ImGearRecZoneGUIType get_SelectedButton();
public: __property void set_SelectedButton(
ImGearRecZoneGUIType value
);
public:
property ImGearRecZoneGUIType SelectedButton {
ImGearRecZoneGUIType get();
void set ( ImGearRecZoneGUIType value);
}