VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiControlSettingsJS type / get_ContainerId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ContainerId Method
    In This Topic
    Gets an identifier of DOM element where WebUiControlJS must be placed.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
    
    var value; // Type: string
    value = instance.get_ContainerId();
    
    
    function get_ContainerId() : string;
    

    Return Value

    An identifier of DOM element.
    Browser Compatibility
    56+
    45+
    11
    See Also