SaveEventArgs.ShowSaveAsDialog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether to display the Save As dialog box.
public:
property bool ShowSaveAsDialog { bool get(); void set(bool value); };
public bool ShowSaveAsDialog { get; set; }
member this.ShowSaveAsDialog : bool with get, set
Public Property ShowSaveAsDialog As Boolean
Property Value
true
to display the Save As dialog box; otherwise, false
.