|
Property name |
Brief description |
|
CheckFileExists |
The CheckFileExists property determines the system reaction if the user selects a non-existing file. |
|
CheckPathExists |
The CheckPathExists property determines the system reaction if the user selects a file in the non-existing catalog. |
|
DefaultExt |
The DefaultExt property determines the file extension that is used by this component of the dialog box by default. |
|
DereferenceLinks |
The DereferenceLinks property determines a value that the dialog box returns when the shortcut is selected. |
|
FileName |
The FileName property determines a name and path to the directory of the last selected file. |
|
FileNames |
The FileNames property returns the collection of names and paths to the files if more than one file is selected. |
|
Filter |
The Filter property determines filter text to limit list of available files. |
|
FilterIndex |
The FilterIndex property determines which of the added filters are set by default when the dialog box opens. |
|
InitialDirectory |
The InitialDirectory property determines the directory that is opened by default during dialog box opening. |
|
ShowHelp |
The ShowHelp property determines whether the Help button is displayed in the dialog box. |
|
Title |
The Title property determines a dialog box title. |
|
ValidateNames |
The ValidateNames property determines whether the correctness of the file name is checked. |