Gets the zero-based index of selected option.
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiSelectElementJS(settings);
var value; // Type: number
value = instance.get_SelectedIndex();
function get_SelectedIndex() : number;
Return Value
The zero-based index of selected option.