VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextInteractionAreaJS type / get_IsShown Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsShown Method
    In This Topic
    Gets a value indicating whether the TextBox element is shown.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextInteractionAreaJS(textObject);
    
    var value; // Type: boolean
    value = instance.get_IsShown();
    
    
    function get_IsShown() : boolean;
    

    Return Value

    True - the TextBox element is shown; False - the TextBox element is not shown.
    Browser Compatibility
    56+
    45+
    11
    See Also