Public Types | |
enum | { wxCHOICEDLG_STYLE = (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE) } |
Public Member Functions | |
this (IntPtr wxobj) | |
this (Window parent, string message, string caption, string[] choices, ClientData clientData=null, int style=wxCHOICEDLG_STYLE, Point pos=wxDefaultPosition) | |
void | Selection (int sel) |
int | Selection () |
string | StringSelection () |
ClientData | SelectionClientData () |
Public Attributes | |
const int | wxCHOICE_HEIGHT = 150 |
const int | wxCHOICE_WIDTH = 200 |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Dialog.
this | ( | Window | parent, | |
string | message, | |||
string | caption, | |||
string[] | choices, | |||
ClientData | clientData = null , |
|||
int | style = wxCHOICEDLG_STYLE , |
|||
Point | pos = wxDefaultPosition | |||
) |
void Selection | ( | int | sel | ) |
int Selection | ( | ) |
string StringSelection | ( | ) |
ClientData SelectionClientData | ( | ) |
const int wxCHOICE_HEIGHT = 150 |
const int wxCHOICE_WIDTH = 200 |