Represents a common dialog box that allows the user to specify options for saving a file. This class cannot be inherited.
Object
Component
CommonDialog
FileDialog
SaveFileDialog
[Visual Basic] NotInheritable Public Class SaveFileDialog Inherits FileDialog [C#] public sealed class SaveFileDialog : FileDialog [C++] public __gc __sealed class SaveFileDialog : public FileDialog [JScript] public class SaveFileDialog extends FileDialog
This class allows you to open an existing file, create a new file, and overwrite an existing file.
Most of the functionality for this class is found in FileDialog.
Namespace: System.WinForms
Assembly: System.WinForms.dll
SaveFileDialog Members | System.WinForms Namespace | FileDialog | CommonDialog