var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId); var value; // Type: boolean // Parameters var itemId; // Type: string value = instance.removeItemByRegisteredId(itemId);
function removeItemByRegisteredId(
itemIdThe registered identifier of UI element.: string
) : boolean;
Parameters
- itemId
- The registered identifier of UI element.
Return Value
A value indicating whether the element was found and removed.