RanorexNetRanorex Documentation
DefaultUseEnsureVisible Property
NamespacesRanorexAdapterDefaultUseEnsureVisible
Gets or sets the default value for the UseEnsureVisible property.
Declaration Syntax
C#Visual BasicVisual C++
public static bool DefaultUseEnsureVisible { get; set; }
Public Shared Property DefaultUseEnsureVisible As Boolean
public:
static property bool DefaultUseEnsureVisible {
	bool get ();
	void set (bool value);
}
Remarks
The value of this property is used if the UseEnsureVisible property of an adapter is set to a null reference.

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