VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementContainerJS type / getItemByRegisteredId Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getItemByRegisteredId Method
    In This Topic
    Returns the first item with specified registered identifier.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementContainerJS(items, settings);
    
    var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementJS
    
    // Parameters
    var id; // Type: string
    
    value = instance.getItemByRegisteredId(id);
    
    
    function getItemByRegisteredId(
    id
    The registered identifier of UI element.
    : string
    ) : WebUiElementJS;

    Parameters

    id
    The registered identifier of UI element.

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also