Class SelectColorResponse
- Namespace
 - DotNetBrowser.Browser.Dialogs.Handlers
 
- Assembly
 - DotNetBrowser.dll
 
The response to the SelectColorHandler.
public class SelectColorResponse
  - Inheritance
 - 
      
      SelectColorResponse
 
- Inherited Members
 
Properties
- Cancelled
 Indicates whether the dialog was cancelled.
- SelectedColor
 Gets the selected color.
Methods
- Cancel()
 Creates a SelectColorResponse that notifies the browser that the user has cancelled color selection.
- SelectColor(Color)
 Creates a SelectColorResponse that notifies the browser that the user has selected a color.
- ShowDialog()
 Creates a SelectColorResponse that notifies the browser that the default Chromium color picker should be shown.