VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiLabelWithDropDownListJS type / set_SelectedValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_SelectedValue Method
    In This Topic
    Sets the selected value.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiLabelWithDropDownListJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_SelectedValue(value);
    
    
    function set_SelectedValue(
    value
    The selected value.
    : object
    ) : any;

    Parameters

    value
    The selected value.
    Browser Compatibility
    56+
    45+
    11
    See Also