Click or drag to resize

PromptResponseCanceled Property

Indicates whether the prompt dialog has been canceled.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool Canceled { get; }

Property Value

Type: Boolean
true if the dialog has been canceled, false otherwise.
See Also