DotNetBrowser
1.21.5
|
Represents parameters that are passed to the OnColorChooser event. More...
Public Member Functions | |
ColorChooserParams (Color color) | |
Constructs a new ColorChooserParams instance with the given color. More... | |
Properties | |
Color | Color [get, set] |
Gets or sets selected color. By default this method returns color defined in the "value" attribute of input type = color HTML element. More... | |
CloseStatus | Status [get, set] |
Gets or sets the dialog close status indicates the way (OK or Cancel button) the dialog was closed CloseStatus. More... | |
Represents parameters that are passed to the OnColorChooser event.
DotNetBrowser.ColorChooserParams.ColorChooserParams | ( | Color | color | ) |
Constructs a new ColorChooserParams instance with the given color.
color | default selected color. |
|
getset |
Gets or sets selected color. By default this method returns color defined in the "value" attribute of input type = color HTML element.
|
getset |
Gets or sets the dialog close status indicates the way (OK or Cancel button) the dialog was closed CloseStatus.