NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SaveFileDialog Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

SaveFileDialog Members | System.WinForms Namespace | FileDialog | CommonDialog