VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPropertyGridPanelJS type / get_UseColorPicker Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UseColorPicker Method
    In This Topic
    Gets 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 value; // Type: boolean
    value = instance.get_UseColorPicker();
    
    
    function get_UseColorPicker() : boolean;
    

    Return Value

    A value indicating whether the property grid panel should use color picker for editing the color value.
    Browser Compatibility
    56+
    45+
    11
    See Also