VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiSelectElementJS type / get_SelectedIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedIndex Method
    In This Topic
    Gets the zero-based index of selected option.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also