ControlPatternVisible Property |
Specifies whether the sought-for controls are visible (a control may be out of the screen, but still visible).
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<bool> Visible { get; set; }
Public Property Visible As Nullable(Of Boolean)
Get
Set
Dim instance As ControlPattern
Dim value As Nullable(Of Boolean)
value = instance.Visible
instance.Visible = value
public:
property Nullable<bool> Visible {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also