Method SelectColor
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
SelectColor(Color)
Creates a SelectColorResponse that notifies the browser that the user has selected a color.
public static SelectColorResponse SelectColor(Color color)
Parameters
color
ColorThe selected color.
Returns
- SelectColorResponse
The SelectColorResponse instance that can be used as a return value in SelectColorHandler implementation.