get_isVisible();
set_isVisible(value);
!MISSING Scrap '_RTJavaScript_PROPERTY_SYNTAX'!
Type | Description |
---|---|
boolean | true if the object is visible, otherwise; false. The default value is true. |
When an object is visible, it is rendered whenever its parent container is rendered. If the object is invisible, it will not be rendered.
The automation framework will also check for IsVisible and only start editing an object if the value is true.