VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type / removeItem Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
removeItem Method
In This Topic
Removes specified item from the collection.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);

var value; // Type: any

// Parameters
var item; // Type: WebUiElementJS

value = instance.removeItem(item);

Parameters

item
WebUiElementJS to remove.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if collection does not contain specified item.
Browser Compatibility
56+
45+
11
See Also