Visible Property (GuiTestObject)

Action

Gets or sets whether the object is visible. You can only locate visible objects, so by default the value is always true. However, you might need this property when an already located object in the application under test gets invisible during replay.

Syntax

C#
protected Boolean Visible { get; set; }
VB
'Declaration
Protected ReadWrite Property Visible As Boolean

Access

Read and write.