ISaveFileOptions Interface
Defines options for interacting with SaveFileDialog.
public interface ISaveFileOptions : ISelectFileOptions
Remarks
For internal use only.
Properties
CreatePrompt
Gets or sets a value indicating whether the dialog box prompts the user for permission
to create a file if the user specifies a file that does not exist. The default value is false
.
OverwritePrompt
Gets or sets a value indicating whether the Save As dialog box displays a warning
if the user specifies a file name that already exists. The default value is true
.
Inherited Members
- ISelectFileOptions.AddExtension
- ISelectFileOptions.CheckFileExists
- ISelectFileOptions.CheckPathExists
- ISelectFileOptions.DefaultExt
- ISelectFileOptions.FileName
- ISelectFileOptions.Filter
- ISelectFileOptions.FilterIndex
- ISelectFileOptions.InitialDirectory
- ISelectFileOptions.RestoreDirectory
- ISelectFileOptions.Title