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

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.

Return Value

a new instance of KeyboardEventInfo with the given parameters.