Public Types | |
enum | { wxDD_NEW_DIR_BUTTON = 0x0080 } |
enum | { wxDD_DEFAULT_STYLE = (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxDD_NEW_DIR_BUTTON) } |
Public Member Functions | |
this (IntPtr wxobj) | |
this (Window parent, string title=wxDirSelectorPromptStr, string defaultPath="", int style=wxDD_DEFAULT_STYLE, Point pos=wxDefaultPosition, Size size=wxDefaultSize, string name=wxDirDialogNameStr) | |
void | Path (string value) |
string | Path () |
void | Message (string value) |
string | Message () |
override int | ShowModal () |
void | Style (int value) |
int | Style () |
Public Attributes | |
const string | wxDirSelectorPromptStr = "Select a directory" |
const string | wxDirDialogNameStr = "DirDialog" |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Dialog.
this | ( | Window | parent, | |
string | title = wxDirSelectorPromptStr , |
|||
string | defaultPath = "" , |
|||
int | style = wxDD_DEFAULT_STYLE , |
|||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
string | name = wxDirDialogNameStr | |||
) |
void Path | ( | string | value | ) |
string Path | ( | ) |
void Message | ( | string | value | ) |
string Message | ( | ) |
override int ShowModal | ( | ) |
Reimplemented from Dialog.
void Style | ( | int | value | ) |
int Style | ( | ) |
const string wxDirSelectorPromptStr = "Select a directory" |
const string wxDirDialogNameStr = "DirDialog" |