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

C# Syntax

public class MouseEventInfo : EventInfo 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Web.EventInfo
      HP.LFT.SDK.Web.MouseEventInfo

Public Properties
 NameDescription
Public PropertyButtonThe mouse button used with the event. Default value: Left  
Public PropertyLocationThe location used by the event. Default value: Center of the object  
Public PropertyTypeThe type of event. (Inherited from HP.LFT.SDK.Web.EventInfo )
Top