Gets the identifier under which UI element is registered in
WebUiElementsFactoryJS.
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);
var value; // Type: string
value = instance.get_RegisteredId();
function get_RegisteredId() : string;
Return Value
The identifier if UI element is registered in
WebUiElementsFactoryJS; otherwise, empty string.