RanorexRanorex Documentation
Enabled Property
NamespacesRanorexMouseEnabled
Gets or sets a value indicating whether physical mouse actions are enabled.
Declaration Syntax
C#Visual BasicVisual C++
public static bool Enabled { get; set; }
Public Shared Property Enabled As Boolean
public:
static property bool Enabled {
	bool get ();
	void set (bool value);
}
Remarks
If the mouse is disabled, physical mouse movements will be ignored, i.e. they are not passed on to the system. However, the Mouse events (like Move) will still be raised with the SuppressMouseAction property of the event args set to true. To reenable specific mouse events, set the SuppressMouseAction of the event args to false.

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