VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebUiElementCollectionJS type
    In This Topic
    Represents a collection of web UI elements (collection of instances of WebUiElementJS class).
    Syntax
    // Parameters
    var items; // Type: WebUiElementJS[]
    var readOnly; // Type: boolean
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
    
    
    function WebUiElementCollectionJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS

    Browser Compatibility
    56+
    45+
    11
    See Also