VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type / getNestedElements Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getNestedElements Method
    In This Topic
    Returns array of nested UI elements.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);
    
    var value; // Type: object[]
    value = instance.getNestedElements();
    
    
    function getNestedElements() : object[];
    

    Return Value

    Array of nested UI elements OR null if object does not have nested elements.
    Browser Compatibility
    56+
    45+
    11
    See Also