VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementStateJS type / get_CssClass Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CssClass Method
    In This Topic
    Gets the CSS class or classes, which will be applied to the UI element when state become active.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS(name, settings);
    
    var value; // Type: string
    value = instance.get_CssClass();
    
    
    function get_CssClass() : string;
    

    Return Value

    CSS class or classes, which will be applied to the UI element when state become active OR null.
    Browser Compatibility
    56+
    45+
    11
    See Also