Click or drag to resize

SaveFileOptions Properties

The SaveFileOptions type exposes the following members.

Properties
 NameDescription
Public propertyAddExtension 
Public propertyDefaultExt Gets or sets the default extension
Public propertyFileName Gets or sets the name of the file the user has chosen.
(Inherited from OpenFileOptions)
Public propertyFileNames Gets or sets the file names (only if multiselect is on).
(Inherited from OpenFileOptions)
Public propertyFilterIndex Gets or sets the index of the filter that is shown by default.
(Inherited from OpenFileOptions)
Public propertyFilterList Provides read-only to the filter list.
(Inherited from OpenFileOptions)
Public propertyInitialDirectory Gets or sets the initial directory.
(Inherited from OpenFileOptions)
Public propertyMultiselect Gets or sets a value indicating whether multiple files can be selected.
(Inherited from OpenFileOptions)
Public propertyOverwritePrompt 
Public propertyRestoreDirectory Gets or sets a value indicating whether to restore the directory.
(Inherited from OpenFileOptions)
Public propertyTitle Gets or sets the title of the open file dialog.
(Inherited from OpenFileOptions)
Top
See Also