getNestedElements() Method
Returns array of nested UI elements.
var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentSettingsPanelJS(commentListPanel, settings);
var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementJS[]
value = instance.getNestedElements();
Return Value
Array of nested UI elements OR null if object does not have nested elements.