KeyboardEventInfo Class
A Java technology Keyboard event info to be used by fireEvent methods.

C# Syntax

public class KeyboardEventInfo : IEventInfo  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Java.KeyboardEventInfo

Public Properties
 NameDescription
Public PropertyEventArgsThe array of the event arguments: When, Modifiers, KeyCode, KeyChar, and KeyLocation.  
Public PropertyKeyboardEventThe event type.  
Public PropertyKeyCharThe Unicode character generated by this event.  
Public PropertyKeyCodeThe physical key pressed, independent of the character created.  
Public PropertyKeyLocationThe location of the key that originated this key event.  
Public PropertyLeanFtEventIDThe event ID.  
Public PropertyModifiersA mask of values of HP.LFT.SDK.KeyModifier representing the modifier keys down during event.  
Public PropertyWhenThe time the event occurred.  
Top