Class MouseEventArgs
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
Provides data for the events of the Mouse class.
public class MouseEventArgs : MouseEventArgs
- Inheritance
-
MouseEventArgs
- Inherited Members
Properties
Simulated
Gets a value indicating whether the event has been simulated or issued because of a physical mouse action.
public bool Simulated { get; }
Property Value
SuppressMouseAction
Gets or sets a value indicating whether this mouse event should be suppressed, i.e. not passed on to the system.
public bool SuppressMouseAction { get; set; }
Property Value
Time
Gets the time the event was raised at.
public DateTime Time { get; }