Description
Specifies whether the object appears on screen.
Declaration
TestObj.Visible
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
All onscreen objects.
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
True if the object is visible to users, otherwise False.
Remarks
-
Visible
property returns True for Enabled controls that are invisible (have Opacity set to 0). -
When testing Qt applications, use
NativeQtObject.visible
to determine if the object appears on screen. For detailed information see Using Namespaces.
See Also
Enabled Property
VisibleOnScreen Property
Focused Property (Window and BrowserWindow Objects)