VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementStateJS type / WebUiElementStateJS Constructors / WebUiElementStateJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiElementStateJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebUiElementStateJS class.
    Syntax
    // Parameters
    var name; // Type: string
    var settings; // Type: object
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS(name, settings);
    
    
    function WebUiElementStateJS(
    name
    Name of UI element state.
    : string
    ) : WebUiElementStateJS;

    Parameters

    name
    Name of UI element state.
    Browser Compatibility
    56+
    45+
    11
    See Also