VintaSoft Imaging .NET SDK 15.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);

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