VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementStateCollectionJS type / WebUiElementStateCollectionJS Constructor(WebUiElementStateJS[])
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiElementStateCollectionJS Constructor(WebUiElementStateJS[])
    In This Topic
    Initializes a new instance of the WebUiElementStateCollectionJS class.
    Syntax
    // Parameters
    var states; // Type: WebUiElementStateJS[]
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateCollectionJS(states);
    
    
    function WebUiElementStateCollectionJS(
    states
    Array of WebUiElementStateJS objects.
    : WebUiElementStateJS[]
    ) : WebUiElementStateCollectionJS;

    Parameters

    states
    Array of WebUiElementStateJS objects.
    Browser Compatibility
    56+
    45+
    11
    See Also