FileDialog

Members

Functions

onFileOk
void onFileOk(CancelEventArgs ea)

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 getter]
validateNames
bool validateNames [@property setter]

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)

Meta