VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiLabelWithDropDownListJS type / get_TextInputValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextInputValue Method
    In This Topic
    Gets value in text input if text input is used instead of label.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiLabelWithDropDownListJS(settings);
    
    var value; // Type: object
    value = instance.get_TextInputValue();
    
    
    function get_TextInputValue() : object;
    

    Return Value

    The value in text input if text input is used instead of label; otherwise, null.
    Browser Compatibility
    56+
    45+
    11
    See Also