OpenFileDialog

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

openFile
Stream openFile()
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.

Properties

multiselect
bool multiselect [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
multiselect
bool multiselect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readOnlyChecked
bool readOnlyChecked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
readOnlyChecked
bool readOnlyChecked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
showReadOnly
bool showReadOnly [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
showReadOnly
bool showReadOnly [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FileDialog

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.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
fileOk
Event!(FileDialog, CancelEventArgs) fileOk;
Undocumented in source.
runDialog
bool runDialog(HWND owner)
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.
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.

Meta