Table of Contents

Class MouseEventInfo

The HTML mouse event info to be used for the FireEvent method.

Inheritance
MouseEventInfo
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class MouseEventInfo : EventInfo

Properties

Button

The mouse button used with the event. Default value: Left

Declaration
public MouseButton Button { get; set; }
Property Value
Type Description
MouseButton

Location

The location used by the event. Default value: Center of the object

Declaration
public Location Location { get; set; }
Property Value
Type Description
Location