Click or drag to resize

SelectColorResponseShowDialog Method

Creates a SelectColorResponse that notifies the browser that the default Chromium color picker should be shown.

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

Return Value

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