Click or drag to resize

SelectColorResponseCancel Method

Creates a SelectColorResponse that notifies the browser that the user has cancelled color selection.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static SelectColorResponse Cancel()

Return Value

Type: SelectColorResponse
The SelectColorResponse instance that can be used as a return value in SelectColorHandler implementation.
See Also