Gets a value indicating whether the TextBox element is shown.
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.