RanorexRanorex Documentation
UseEnsureVisible Property
NamespacesRanorexAdapterUseEnsureVisible
Gets or sets a value indicating whether EnsureVisible()()() should be called before Click()()(), DoubleClick()()(), or MoveTo()()() actions on this adapter instance.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<bool> UseEnsureVisible { get; set; }
Public Property UseEnsureVisible As Nullable(Of Boolean)
public:
property Nullable<bool> UseEnsureVisible {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
Value
Set this property to a null reference to use the default value specified by DefaultUseEnsureVisible.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)