Table of Contents

Class MouseEventInfo

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

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

public class MouseEventInfo : EventInfo
Inheritance
MouseEventInfo
Inherited Members

Properties

Button

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

public MouseButton Button { get; set; }

Property Value

MouseButton

Location

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

public Location Location { get; set; }

Property Value

Location