SelectColorResponse Class |
Namespace: DotNetBrowser.Browser.Dialogs.Handlers
public class SelectColorResponse
The SelectColorResponse type exposes the following members.
Name | Description | |
---|---|---|
Cancelled |
Indicates whether the dialog was cancelled.
| |
SelectedColor |
Gets the selected color.
|
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.) |