VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiMultiSelectElementJS type / get_SelectedTexts Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedTexts Method
    In This Topic
    Gets an array of selected texts.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiMultiSelectElementJS(settings);
    
    var value; // Type: string[]
    value = instance.get_SelectedTexts();
    
    
    function get_SelectedTexts() : string[];
    

    Return Value

    An array of selected texts.
    Browser Compatibility
    56+
    45+
    11
    See Also