CoreWebView2SaveAsUIShowingEventArgs.SuppressDefaultDialog 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.
public bool SuppressDefaultDialog { get; set; }
member this.SuppressDefaultDialog : bool with get, set
Public Property SuppressDefaultDialog As Boolean
Property Value
Remarks
When this property is FALSE, the default Save As dialog is shown and the values assigned through SaveAsFilePath
, AllowReplace
and Kind
are ignored when the event args invoke completed. When it is TRUE
, the system dialog is skipped and all assigned values are used.