System.Windows.Forms.SaveFileDialog Members

The members of System.Windows.Forms.SaveFileDialog are listed below.

See Also: Inherited members from System.Windows.Forms.FileDialog

Public Constructors

Initializes a new instance of this class.

Public Properties

CreatePromptbool.

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.

OverwritePromptbool.

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.

Public Methods

OpenFile() : System.IO.Stream

Opens the file with read/write permission selected by the user.

override
Reset()

Resets all dialog box options to their default values.