The properties of System.Windows.Forms.OpenFileDialog are listed below. For a list of all members, see the OpenFileDialog Members list.
See Also: Inherited members from System.Windows.Forms.FileDialog
override | CheckFileExists | bool.
Gets or sets a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist. |
Multiselect | bool.
Gets or sets a value indicating whether the dialog box allows multiple files to be selected. | |
ReadOnlyChecked | bool.
Gets or sets a value indicating whether the read-only check box is selected. | |
[read-only] | SafeFileName | string.
Gets the file name and extension for the file selected in the dialog box. The file name does not include the path. |
[read-only] | SafeFileNames | string[].
Gets an array of file names and extensions for all the selected files in the dialog box. The file names do not include the path. |
ShowReadOnly | bool.
Gets or sets a value indicating whether the dialog box contains a read-only check box. |