RanorexRanorex Documentation
BestMatch Property
NamespacesRanorexImaging..::.FindOptionsBestMatch
Gets or set a value specifying if the best (true) or the first (false) match found in a call to FindSingle(Element, Bitmap) should be returned.
Declaration Syntax
C#Visual BasicVisual C++
public bool BestMatch { get; set; }
Public Property BestMatch As Boolean
public:
property bool BestMatch {
	bool get ();
	void set (bool value);
}

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