FileDialog

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)
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]
bool checkFileExists [@property getter]
checkPathExists
bool checkPathExists [@property setter]
bool checkPathExists [@property getter]
defaultExt
Dstring defaultExt [@property setter]
Dstring defaultExt [@property getter]
dereferenceLinks
bool dereferenceLinks [@property setter]
bool dereferenceLinks [@property getter]
fileName
Dstring fileName [@property setter]
Dstring fileName [@property getter]
fileNames
Dstring[] fileNames [@property getter]
filter
Dstring filter [@property setter]
Dstring filter [@property getter]
filterIndex
int filterIndex [@property setter]
int filterIndex [@property getter]
initialDirectory
Dstring initialDirectory [@property setter]
Dstring initialDirectory [@property getter]
inst
HINSTANCE inst [@property setter]
HINSTANCE inst [@property getter]
options
DWORD options [@property getter]
restoreDirectory
bool restoreDirectory [@property setter]
bool restoreDirectory [@property getter]
showHelp
bool showHelp [@property setter]
bool showHelp [@property getter]
title
Dstring title [@property setter]
Dstring title [@property getter]
validateNames
bool validateNames [@property setter]
bool validateNames [@property getter]

Variables

fileOk
Event!(FileDialog, CancelEventArgs) fileOk;

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