VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementsFactoryJS type / unregisterElement Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    unregisterElement Method
    In This Topic
    Unregisters UI element with specified ID.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementsFactoryJS();
    
    var value; // Type: any
    
    // Parameters
    var id; // Type: string
    
    value = instance.unregisterElement(id);
    
    
    function unregisterElement(
    id
    Element ID.
    : string
    ) : any;

    Parameters

    id
    Element ID.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if element ID is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also