VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type / get_RegisteredId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RegisteredId Method
    In This Topic
    Gets the identifier under which UI element is registered in WebUiElementsFactoryJS.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);
    
    var value; // Type: string
    value = instance.get_RegisteredId();
    
    
    function get_RegisteredId() : string;
    

    Return Value

    The identifier if UI element is registered in WebUiElementsFactoryJS; otherwise, empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also