Click or drag to resize

SelectColorResponseCancelled Property

Indicates whether the dialog was cancelled.

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

Property Value

Type: Boolean
true if the dialog was cancelled, false otherwise.
See Also