FileDialog Properties |
The FileDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckFileExists |
Gets or sets a value indicating whether this FileDialog checks if the file exists
before the user can close the dialog.
| |
| CurrentFilter |
Gets or sets the currently selected filter from the Filters collection.
| |
| CurrentFilterIndex |
Gets or sets the index of the current filter in the Filters collection
| |
| Directory |
Gets or sets the directory the file dialog will show files.
| |
| FileName |
Gets or sets the full name and path of the file that is selected
| |
| Filters |
Gets the collection of available file filters the user can select from.
| |
| Title |
Gets or sets the title of the dialog.
|