RanorexRanorex Documentation
Enabled Property
NamespacesRanorex.CoreFlavorEnabled
Enables or disables the flavor.
Declaration Syntax
C#Visual BasicVisual C++
public bool Enabled { get; set; }
Public Property Enabled As Boolean
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}
Remarks
If the flavor is disabled, no glue rules for this flavor are executed.

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