Class MouseEventInfo
The HTML mouse event info to be used for the FireEvent method.
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class MouseEventInfo : EventInfo
Properties
Button
The mouse button used with the event.
Declaration
public MouseButton Button { get; set; }
Property Value
| Type | Description |
|---|---|
| MouseButton |
Location
The location used by the event.
Declaration
public Location Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |