FolderBrowserDialog

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
runDialog
bool runDialog(HWND owner)
Undocumented in source. Be warned that the author may not have intended to support it.
showDialog
DialogResult showDialog()
Undocumented in source. Be warned that the author may not have intended to support it.
showDialog
DialogResult showDialog(IWindow owner)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

description
Dstring description [@property setter]
Dstring description [@property getter]
selectedPath
Dstring selectedPath [@property setter]
Dstring selectedPath [@property getter]
showNewFolderButton
bool showNewFolderButton [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
showNewFolderButton
bool showNewFolderButton [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CommonDialog

reset
void reset()
showDialog
DialogResult showDialog()
DialogResult showDialog(IWindow owner)
helpRequest
Event!(CommonDialog, HelpEventArgs) helpRequest;
hookProc
LRESULT hookProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
onHelpRequest
void onHelpRequest(HelpEventArgs ea)
runDialog
bool runDialog(HWND owner)
_cantrun
void _cantrun()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta