Returns array of nested UI elements.
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlJS(settings);
var value; // Type: object[]
value = instance.getNestedElements();
function getNestedElements() : object[];
Return Value
Array of nested UI elements OR null if object does not have nested elements.