RanorexRanorex Documentation
BaseFlavor Property
NamespacesRanorex.CoreFlavorBaseFlavor
Gets the instance of the flavor this flavor derives from. (Or null if this is not the case).
Declaration Syntax
C#Visual BasicVisual C++
public Flavor BaseFlavor { get; }
Public ReadOnly Property BaseFlavor As Flavor
public:
property Flavor^ BaseFlavor {
	Flavor^ get ();
}
Value
The base flavor.

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