StandardFileDialog Properties (Typed) |
The StandardFileDialog type exposes the following members.
Name | Description | |
---|---|---|
Caption |
Return or update the title displayed in the dialog window.
| |
DefExt |
Return or update the default file extension displayed in the dialog window.
| |
DlgStyle | ||
FileName |
A string representing the name of the file which the user selected. If the user cancels, the file name is NULL_STRING.
| |
FilterIndex |
A string representing the index of the effective filter.
| |
HideReadOnly | ||
InitialDirectory |
Set the initial directory for the dialog window. The tree control will be initially positioned accordingly.
| |
ReadOnly |
A logical value indicating that the file's read-only attribute is set.
|