MouseEventInfo Class
A Java technology Mouse event info to be used by fireEvent methods.

C# Syntax

public class MouseEventInfo : IEventInfo  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Java.MouseEventInfo

Public Properties
 NameDescription
Public PropertyButtonA value of HP.LFT.SDK.MouseButton indicating which of the mouse buttons has changed state.  
Public PropertyClickCountThe number of mouse clicks associated with event.  
Public PropertyEventArgsThe array of the event arguments: When, Modifiers, X, and Y.  
Public PropertyLeanFtEventIDThe event ID.  
Public PropertyModifiersA mask of values of HP.LFT.SDK.KeyModifier representing the modifier keys down during event.  
Public PropertyMouseEventThe event type.  
Public PropertyPopupTriggerIndicates whether this event is a trigger for a popup menu.  
Public PropertyWhenThe time the event occurred.  
Public PropertyXThe mouse location in pixels relative to the containing object.  
Public PropertyXAbsThe mouse x-coordinate in pixels relative to the screen.  
Public PropertyYThe mouse location in pixels relative to the containing object.  
Public PropertyYAbsThe mouse y-coordinate in pixels relative to the screen.  
Top