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