| SelectColorResponse Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetBrowser.Browser.Dialogs.Handlers
 Syntax
Syntaxpublic class SelectColorResponse
The SelectColorResponse type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cancelled | 
                Indicates whether the dialog was cancelled.
             | 
|  | SelectedColor | 
                Gets the selected color.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Cancel | 
                Creates a SelectColorResponse that notifies the browser that the user has cancelled color selection.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|   | SelectColor | 
                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.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also