set_UseColorPicker Method
In This Topic
Sets a value indicating whether the property grid panel should use color picker for editing the color value.
Syntax
var instance = new Vintasoft.Imaging.UI.Panels.WebUiPropertyGridPanelJS(propertyGrid, settings);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseColorPicker(value);
function set_UseColorPicker(
: boolean
) : any;
Parameters
- value
- A value indicating whether the property grid panel should use color picker for editing the color value.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also