
Public Member Functions | |
| void | Enable (int n, bool enable) |
| int | FindString (wxString aString) |
| int | FindString (string aString) |
| RadioBox (Window parent, string label, Point pos, Size size, string[] choices, int majorDimension, wx.WindowStyles style, string name) | |
| RadioBox (Window parent, string label, Point pos, Size size, string[] choices, int majorDimension, wx.WindowStyles style) | |
| RadioBox (Window parent, string label, Point pos, Size size, string[] choices, int majorDimension) | |
| RadioBox (Window parent, string label, Point pos, Size size, string[] choices) | |
| RadioBox (Window parent, string label, Point pos, Size size) | |
| RadioBox (Window parent, string label, Point pos) | |
| RadioBox (Window parent, string label) | |
| RadioBox (Window parent, int id, string label, Point pos, Size size, string[] choices, int majorDimension, wx.WindowStyles style, string name) | |
| RadioBox (Window parent, int id, string label, Point pos, Size size, string[] choices, int majorDimension, wx.WindowStyles style) | |
| RadioBox (Window parent, int id, string label, Point pos, Size size, string[] choices, int majorDimension) | |
| RadioBox (Window parent, int id, string label, Point pos, Size size, string[] choices) | |
| RadioBox (IntPtr wxObject) | |
| void | Show (int n, bool show) |
Properties | |
| int | Count [get] |
| new string | Label [get, set] |
| int | Selection [get, set] |
| string | StringSelection [get, set] |
Events | |
| event EventListener | Select [add, remove] |
| wx.RadioBox.RadioBox | ( | IntPtr | wxObject | ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| int | id, | |||
| string | label, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| int | id, | |||
| string | label, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| int | majorDimension | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| int | id, | |||
| string | label, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| int | majorDimension, | |||
| wx.WindowStyles | style | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| int | id, | |||
| string | label, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| int | majorDimension, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| string | label | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| string | label, | |||
| Point | pos | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| string | label, | |||
| Point | pos, | |||
| Size | size | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| string | label, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| string | label, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| int | majorDimension | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| string | label, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| int | majorDimension, | |||
| wx.WindowStyles | style | |||
| ) |
| wx.RadioBox.RadioBox | ( | Window | parent, | |
| string | label, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| int | majorDimension, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| void wx.RadioBox.Enable | ( | int | n, | |
| bool | enable | |||
| ) |
| int wx.RadioBox.FindString | ( | wxString | aString | ) |
| int wx.RadioBox.FindString | ( | string | aString | ) |
| void wx.RadioBox.Show | ( | int | n, | |
| bool | show | |||
| ) |
int wx.RadioBox.Count [get] |
new string wx.RadioBox.Label [get, set] |
Reimplemented from wx.Control.
int wx.RadioBox.Selection [get, set] |
string wx.RadioBox.StringSelection [get, set] |
event EventListener wx.RadioBox.Select [add, remove] |