ISelectFileOptions Interface
Defines options for interacting with FileDialog.
public interface ISelectFileOptions
Remarks
For internal use only.
Properties
AddExtension
Indicates whether the dialog box automatically adds an extension to a file name if the user omits the extension.
CheckFileExists
Indicates whether the dialog box displays a warning if the user specifies a file name that does not exist.
CheckPathExists
Indicates whether the dialog box displays a warning if the user specifies a path that does not exist.
DefaultExt
The default file name extension without the dot (.).
FileName
The file name selected in the file dialog box.
Filter
The current file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box.
FilterIndex
The 1-based index of the filter currently selected in the file dialog box.
InitialDirectory
The initial directory displayed by the file dialog box.
RestoreDirectory
A value indicating whether the dialog box restores the directory to the previously selected directory before closing.
Title
The file dialog box title.