VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type / get_StateCollection Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_StateCollection Method
    In This Topic
    Gets a state collection of UI element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);
    
    var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementStateCollectionJS
    value = instance.get_StateCollection();
    
    
    function get_StateCollection() : WebUiElementStateCollectionJS;
    

    Return Value

    A WebUiElementStateCollectionJS object OR null if UI element does not have state collection.
    Browser Compatibility
    56+
    45+
    11
    See Also