Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int style=0, Validator validator=null, string name=wxListBoxNameStr) | |
this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int style=0, Validator validator=null, string name=wxListBoxNameStr) | |
bool | IsChecked (int index) |
void | Check (int index) |
void | Check (int index, bool check) |
version (__WXMAC__) | |
else int | ItemHeight () |
void | Checked_Add (EventListener value) |
void | Checked_Remove (EventListener value) |
Public Attributes | |
const string | wxListBoxNameStr = "listBox" |
this | ( | IntPtr | wxobj | ) |
Reimplemented from ListBox.
this | ( | ) |
Reimplemented from ListBox.
this | ( | Window | parent, | |
int | id, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
string[] | choices = null , |
|||
int | style = 0 , |
|||
Validator | validator = null , |
|||
string | name = wxListBoxNameStr | |||
) |
Reimplemented from ListBox.
this | ( | Window | parent, | |
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
string[] | choices = null , |
|||
int | style = 0 , |
|||
Validator | validator = null , |
|||
string | name = wxListBoxNameStr | |||
) |
Reimplemented from ListBox.
bool IsChecked | ( | int | index | ) |
void Check | ( | int | index | ) |
void Check | ( | int | index, | |
bool | check | |||
) |
version | ( | __WXMAC__ | ) |
else int ItemHeight | ( | ) |
void Checked_Add | ( | EventListener | value | ) |
void Checked_Remove | ( | EventListener | value | ) |
const string wxListBoxNameStr = "listBox" |
Reimplemented from ListBox.