var instance = new Vintasoft.Imaging.UI.UIElements.WebUiSelectElementJS(settings); var value; // Type: string value = instance.get_SelectedText();
function get_SelectedText() : string;
Return Value
The text of selected option if UI-element has selected option; otherwise, null.