FileDialog

Undocumented in source.

Members

Functions

hookProc
LRESULT hookProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.
onFileOk
void onFileOk(CancelEventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
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

checkFileExists
bool checkFileExists [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
checkFileExists
bool checkFileExists [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
checkPathExists
bool checkPathExists [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
checkPathExists
bool checkPathExists [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
defaultExt
Dstring defaultExt [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
defaultExt
Dstring defaultExt [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dereferenceLinks
bool dereferenceLinks [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
dereferenceLinks
bool dereferenceLinks [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fileName
Dstring fileName [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
fileName
Dstring fileName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fileNames
Dstring[] fileNames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
filter
Dstring filter [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
filter
Dstring filter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
filterIndex
int filterIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
filterIndex
int filterIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
initialDirectory
Dstring initialDirectory [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
initialDirectory
Dstring initialDirectory [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
inst
HINSTANCE inst [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
inst
HINSTANCE inst [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
options
DWORD options [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
restoreDirectory
bool restoreDirectory [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
restoreDirectory
bool restoreDirectory [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
showHelp
bool showHelp [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
showHelp
bool showHelp [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
title
Dstring title [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
title
Dstring title [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
validateNames
bool validateNames [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
validateNames
bool validateNames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fileOk
Event!(FileDialog, CancelEventArgs) fileOk;
Undocumented in source.

Inherited Members

From CommonDialog

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

Meta