CreateKeyboardEventInfo(KeyboardEvent,Int64,Int32,Int32,Char,Int32) Method
Creates a KeyboardEventInfo with parameters: newEditBox, when, modifiers,keyCode, keyChar, and keyLocation.

C# Syntax

Parameters

keyboardEvent
The KeyboardEvent to create the KeyboardEventInfo for.
when
The time the event occurred.
modifiers
A mask of values of HP.LFT.SDK.KeyModifier representing the modifier keys down during event.
keyCode
The key pressed.
keyChar
the Unicode character generated by this event.
keyLocation
The location of the key that originated this key event.

Return Value

A new instance of KeyboardEventInfo with the given parameters.