Public Types | |
enum | { wxRA_LEFTTORIGHT = 0x0001, wxRA_TOPTOBOTTOM = 0x0002, wxRA_SPECIFY_COLS = Orientation.wxHORIZONTAL, wxRA_SPECIFY_ROWS = Orientation.wxVERTICAL, wxRA_HORIZONTAL = Orientation.wxHORIZONTAL, wxRA_VERTICAL = Orientation.wxVERTICAL } |
Public Member Functions | |
this (IntPtr wxobj) | |
this (Window parent, int id, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int majorDimension=0, int style=wxRA_HORIZONTAL, Validator val=null, string name=wxRadioBoxNameStr) | |
this (Window parent, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int majorDimension=0, int style=wxRA_HORIZONTAL, Validator val=null, string name=wxRadioBoxNameStr) | |
void | Selection (int value) |
int | Selection () |
void | StringSelection (string value) |
string | StringSelection () |
int | Count () |
int | FindString (string s) |
string | GetString (int n) |
void | SetString (int n, string label) |
void | Enable (int n, bool enable) |
void | Show (int n, bool show) |
override string | Label () |
override void | Label (string value) |
void | Select_Add (EventListener value) |
void | Select_Remove (EventListener value) |
Static Public Member Functions | |
static wxObject | New (IntPtr wxobj) |
Public Attributes | |
const string | wxRadioBoxNameStr = "radioBox" |
anonymous enum |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
this | ( | Window | parent, | |
int | id, | |||
string | label, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
string[] | choices = null , |
|||
int | majorDimension = 0 , |
|||
int | style = wxRA_HORIZONTAL , |
|||
Validator | val = null , |
|||
string | name = wxRadioBoxNameStr | |||
) |
this | ( | Window | parent, | |
string | label, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
string[] | choices = null , |
|||
int | majorDimension = 0 , |
|||
int | style = wxRA_HORIZONTAL , |
|||
Validator | val = null , |
|||
string | name = wxRadioBoxNameStr | |||
) |
void Selection | ( | int | value | ) |
int Selection | ( | ) |
void StringSelection | ( | string | value | ) |
string StringSelection | ( | ) |
int Count | ( | ) |
int FindString | ( | string | s | ) |
string GetString | ( | int | n | ) |
void SetString | ( | int | n, | |
string | label | |||
) |
void Enable | ( | int | n, | |
bool | enable | |||
) |
void Show | ( | int | n, | |
bool | show | |||
) |
override string Label | ( | ) |
Reimplemented from Control.
override void Label | ( | string | value | ) |
Reimplemented from Control.
void Select_Add | ( | EventListener | value | ) |
void Select_Remove | ( | EventListener | value | ) |
const string wxRadioBoxNameStr = "radioBox" |