System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Windows.Forms.FileDialog System.ComponentModel.Designer("System.Windows.Forms.Design.SaveFileDialogDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner") This class can either open and overwrite an existing file or create a new file. Most of the functionality for this class is found in the class. Prompts the user to select a location for saving a file. This class cannot be inherited. Constructor This class is safe to instantiate in any security zone; appropriate permission demands are placed on the individual properties and methods. Initializes a new instance of this class. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.DefaultValue(false) System.Boolean To be added. To be added. 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. 1.0.5000.0 2.0.0.0 Method System.IO.Stream For security purposes, this method creates a new file with the selected name and opens it with read/write permissions. This can cause unintentional loss of data if you select an existing file to save to. To save data to an existing file while retaining existing data, use the class to open the file using the file name returned in the property. Opens the file with read/write permission selected by the user. The read/write file selected by the user. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.DefaultValue(true) System.Boolean To be added. To be added. 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. 1.0.5000.0 2.0.0.0 Method System.Void To be added. Resets all dialog box options to their default values. 1.0.5000.0 2.0.0.0