RanorexRanorex Documentation
SuppressMouseAction Property
NamespacesRanorexMouseEventArgsSuppressMouseAction
Gets or sets a value indicating whether this mouse event should be suppressed, i.e. not passed on to the system.
Declaration Syntax
C#Visual BasicVisual C++
public bool SuppressMouseAction { get; set; }
Public Property SuppressMouseAction As Boolean
public:
property bool SuppressMouseAction {
	bool get ();
	void set (bool value);
}

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