VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type / get_DomElement Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DomElement Method
    In This Topic
    Gets the DOM element associated with this UI element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);
    
    var value; // Type: object
    value = instance.get_DomElement();
    
    
    function get_DomElement() : object;
    

    Return Value

    The DOM element associated with this UI element.
    Browser Compatibility
    56+
    45+
    11
    See Also