IControlVisibleOnScreen Property |
Specifies whether the whole object or any of its parts is currently visible on screen.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax bool VisibleOnScreen { get; }
ReadOnly Property VisibleOnScreen As Boolean
Get
Dim instance As IControl
Dim value As Boolean
value = instance.VisibleOnScreen
property bool VisibleOnScreen {
bool get ();
}
Property Value
Type:
BooleanSee Also