Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window parent, int id, Point pos, Size size, string[] choices=null, int style=0, Validator val=null, string name=wxChoiceNameStr) | |
this (Window parent, Point pos, Size size, string[] choices=null, int style=0, Validator val=null, string name=wxChoiceNameStr) | |
bool | Create (Window parent, int id, inout Point pos, inout Size size, string[] choices, int style, Validator validator, string name) |
int | Append (string item) |
int | Append (string item, ClientData clientData) |
void | AppendString (string item) |
void | Append (string[] strings) |
int | Insert (string item, int pos) |
int | Insert (string item, int pos, ClientData clientData) |
string[] | GetStrings () |
void | SetClientObject (int n, ClientData clientData) |
ClientData | GetClientObject (int n) |
bool | HasClientObjectData () |
bool | HasClientUntypedData () |
int | Selection () |
void | Selection (int value) |
int | GetSelection () |
string | StringSelection () |
void | StringSelection (string value) |
int | Columns () |
void | Columns (int value) |
void | Command (Event evt) |
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 | SetString (int n, string str) |
void | Select (int n) |
override bool | ShouldInheritColours () |
bool | Empty () |
void | Selected_Add (EventListener value) |
void | Selected_Remove (EventListener value) |
Static Public Member Functions | |
static wxObject | New (IntPtr wxobj) |
Public Attributes | |
const string | wxChoiceNameStr = "choice" |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
this | ( | ) |
this | ( | Window | parent, | |
int | id, | |||
Point | pos, | |||
Size | size, | |||
string[] | choices = null , |
|||
int | style = 0 , |
|||
Validator | val = null , |
|||
string | name = wxChoiceNameStr | |||
) |
this | ( | Window | parent, | |
Point | pos, | |||
Size | size, | |||
string[] | choices = null , |
|||
int | style = 0 , |
|||
Validator | val = null , |
|||
string | name = wxChoiceNameStr | |||
) |
bool Create | ( | Window | parent, | |
int | id, | |||
inout Point | pos, | |||
inout Size | size, | |||
string[] | choices, | |||
int | style, | |||
Validator | validator, | |||
string | name | |||
) |
int Append | ( | string | item | ) |
Implements IControlWithItems.
int Append | ( | string | item, | |
ClientData | clientData | |||
) |
Implements IControlWithItems.
void AppendString | ( | string | item | ) |
Implements IControlWithItems.
void Append | ( | string[] | strings | ) |
Implements IControlWithItems.
int Insert | ( | string | item, | |
int | pos | |||
) |
Implements IControlWithItems.
int Insert | ( | string | item, | |
int | pos, | |||
ClientData | clientData | |||
) |
Implements IControlWithItems.
string [] GetStrings | ( | ) |
Implements IControlWithItems.
void SetClientObject | ( | int | n, | |
ClientData | clientData | |||
) |
Implements IControlWithItems.
ClientData GetClientObject | ( | int | n | ) |
Implements IControlWithItems.
bool HasClientObjectData | ( | ) |
Implements IControlWithItems.
bool HasClientUntypedData | ( | ) |
Implements IControlWithItems.
int Selection | ( | ) |
void Selection | ( | int | value | ) |
int GetSelection | ( | ) |
Implements IControlWithItems.
string StringSelection | ( | ) |
Implements IControlWithItems.
void StringSelection | ( | string | value | ) |
int Columns | ( | ) |
void Columns | ( | int | value | ) |
void Command | ( | Event | evt | ) |
int Count | ( | ) |
Implements IControlWithItems.
string GetString | ( | int | n | ) |
Implements IControlWithItems.
ClientData GetClientData | ( | int | n | ) |
void SetClientData | ( | int | n, | |
ClientData | data | |||
) |
int FindString | ( | string | str | ) |
Implements IControlWithItems.
void Delete | ( | int | n | ) |
Implements IControlWithItems.
void Clear | ( | ) |
Implements IControlWithItems.
void SetString | ( | int | n, | |
string | str | |||
) |
Implements IControlWithItems.
void Select | ( | int | n | ) |
Implements IControlWithItems.
override bool ShouldInheritColours | ( | ) |
Implements IControlWithItems.
bool Empty | ( | ) |
Implements IControlWithItems.
void Selected_Add | ( | EventListener | value | ) |
void Selected_Remove | ( | EventListener | value | ) |
const string wxChoiceNameStr = "choice" |