Share via


SaveEventArgs.ShowSaveAsDialog Property

Definition

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.

Applies to