Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window parent, int id, string value="", Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int style=0, Validator val=null, string name=wxComboBoxNameStr) | |
this (Window parent) | |
this (Window parent, string value="", Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int style=0, Validator val=null, string name=wxComboBoxNameStr) | |
bool | Create (Window parent, int id, string value, Point pos, Size size, string[] choices, int style, Validator validator, string name) |
int | Selection () |
void | Selection (int value) |
string | StringSelection () |
void | StringSelection (string value) |
int | Count () |
string | GetString (int n) |
ClientData | GetClientData (int n) |
void | SetClientData (int n, ClientData data) |
int | FindString (string str) |
void | Delete (int n) |
void | Clear () |
void | Append (string item) |
void | Append (string item, ClientData data) |
void | Copy () |
void | Cut () |
void | Paste () |
int | InsertionPoint () |
void | InsertionPoint (int value) |
void | SetInsertionPointEnd () |
int | GetLastPosition () |
void | Replace (int from, int to, string value) |
void | SetSelection (int from, int to) |
void | SetSelection (int n) |
void | Editable (bool value) |
void | Remove (int from, int to) |
string | Value () |
void | Value (string value) |
void | Select (int n) |
void | Selected_Add (EventListener value) |
void | Selected_Remove (EventListener value) |
Static Public Member Functions | |
static wxObject | New (IntPtr wxobj) |
Public Attributes | |
const int | wxCB_SIMPLE = 0x0004 |
const int | wxCB_SORT = 0x0008 |
const int | wxCB_READONLY = 0x0010 |
const int | wxCB_DROPDOWN = 0x0020 |
const string | wxComboBoxNameStr = "comboBox" |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
this | ( | ) |
this | ( | Window | parent, | |
int | id, | |||
string | value = "" , |
|||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
string[] | choices = null , |
|||
int | style = 0 , |
|||
Validator | val = null , |
|||
string | name = wxComboBoxNameStr | |||
) |
this | ( | Window | parent | ) |
this | ( | Window | parent, | |
string | value = "" , |
|||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
string[] | choices = null , |
|||
int | style = 0 , |
|||
Validator | val = null , |
|||
string | name = wxComboBoxNameStr | |||
) |
bool Create | ( | Window | parent, | |
int | id, | |||
string | value, | |||
Point | pos, | |||
Size | size, | |||
string[] | choices, | |||
int | style, | |||
Validator | validator, | |||
string | name | |||
) |
int Selection | ( | ) |
void Selection | ( | int | value | ) |
string StringSelection | ( | ) |
void StringSelection | ( | string | value | ) |
int Count | ( | ) |
string GetString | ( | int | n | ) |
ClientData GetClientData | ( | int | n | ) |
void SetClientData | ( | int | n, | |
ClientData | data | |||
) |
int FindString | ( | string | str | ) |
void Delete | ( | int | n | ) |
void Clear | ( | ) |
void Append | ( | string | item | ) |
void Append | ( | string | item, | |
ClientData | data | |||
) |
void Copy | ( | ) |
void Cut | ( | ) |
void Paste | ( | ) |
int InsertionPoint | ( | ) |
void InsertionPoint | ( | int | value | ) |
void SetInsertionPointEnd | ( | ) |
int GetLastPosition | ( | ) |
void Replace | ( | int | from, | |
int | to, | |||
string | value | |||
) |
void SetSelection | ( | int | from, | |
int | to | |||
) |
void SetSelection | ( | int | n | ) |
void Editable | ( | bool | value | ) |
void Remove | ( | int | from, | |
int | to | |||
) |
string Value | ( | ) |
void Value | ( | string | value | ) |
void Select | ( | int | n | ) |
void Selected_Add | ( | EventListener | value | ) |
void Selected_Remove | ( | EventListener | value | ) |
const int wxCB_SIMPLE = 0x0004 |
const int wxCB_SORT = 0x0008 |
const int wxCB_READONLY = 0x0010 |
const int wxCB_DROPDOWN = 0x0020 |
const string wxComboBoxNameStr = "comboBox" |