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
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also