VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiLabelWithDropDownListJS type / get_SelectedValueIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedValueIndex Method
    In This Topic
    Gets the zero-based index of selected value.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiLabelWithDropDownListJS(settings);
    
    var value; // Type: number
    value = instance.get_SelectedValueIndex();
    
    
    function get_SelectedValueIndex() : number;
    

    Return Value

    The zero-based index of selected value.
    Browser Compatibility
    56+
    45+
    11
    See Also