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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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