
Public Member Functions | |
| void | Check (int index, bool check) |
| void | Check (int index) |
| CheckListBox (Window parent, Point pos, Size size, string[] choices, wx.WindowStyles style, string name) | |
| CheckListBox (Window parent, Point pos, Size size, string[] choices, wx.WindowStyles style) | |
| CheckListBox (Window parent, Point pos, Size size, string[] choices) | |
| CheckListBox (Window parent, Point pos, Size size) | |
| CheckListBox (Window parent, Point pos) | |
| CheckListBox (Window parent) | |
| CheckListBox (Window parent, int id, Point pos, Size size, string[] choices, wx.WindowStyles style, string name) | |
| CheckListBox (Window parent, int id, Point pos, Size size, string[] choices, wx.WindowStyles style) | |
| CheckListBox (Window parent, int id, Point pos, Size size, string[] choices) | |
| CheckListBox (Window parent, int id, Point pos, Size size) | |
| CheckListBox (Window parent, int id, Point pos) | |
| CheckListBox (Window parent, int id) | |
| CheckListBox () | |
| CheckListBox (IntPtr wxObject) | |
| bool | IsChecked (int index) |
Properties | |
| int | ItemHeight [get] |
Events | |
| event EventListener | Checked [add, remove] |
| wx.CheckListBox.CheckListBox | ( | IntPtr | wxObject | ) |
| wx.CheckListBox.CheckListBox | ( | ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| int | id | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| int | id, | |||
| Point | pos | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| wx.WindowStyles | style | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent | ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| Point | pos | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| Point | pos, | |||
| Size | size | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| Point | pos, | |||
| Size | size, | |||
| string[] | choices | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| wx.WindowStyles | style | |||
| ) |
| wx.CheckListBox.CheckListBox | ( | Window | parent, | |
| Point | pos, | |||
| Size | size, | |||
| string[] | choices, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| void wx.CheckListBox.Check | ( | int | index, | |
| bool | check | |||
| ) |
| void wx.CheckListBox.Check | ( | int | index | ) |
| bool wx.CheckListBox.IsChecked | ( | int | index | ) |
int wx.CheckListBox.ItemHeight [get] |
Returns the item height. This is not supported for wx.ReflectConfig.CheckWxMAC.
event EventListener wx.CheckListBox.Checked [add, remove] |