VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiButtonWithColorPickerJS type / setButtonColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    setButtonColor Method
    In This Topic
    Sets the button color.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonWithColorPickerJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var cssColor; // Type: string
    
    value = instance.setButtonColor(cssColor);
    
    
    function setButtonColor(
    cssColor
    CSS-color.
    : string
    ) : any;

    Parameters

    cssColor
    CSS-color.
    Browser Compatibility
    56+
    45+
    11
    See Also