var instance = new Vintasoft.Imaging.UI.UIElements.WebUiSelectElementJS(settings); var returnValue; // Type: any // Parameters var value; // Type: number returnValue = instance.set_SelectedIndex(value);
function set_SelectedIndex(
valueThe zero-based index of selected option.: number
) : any;
Parameters
- value
- The zero-based index of selected option.