SaveFileDialog

Constructors

this
this()
Undocumented in source.

Members

Functions

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

createPrompt
bool createPrompt [@property setter]
bool createPrompt [@property getter]
overwritePrompt
bool overwritePrompt [@property setter]
bool overwritePrompt [@property getter]

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]
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]
fileOk
Event!(FileDialog, CancelEventArgs) fileOk;
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)
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