PosKeyboardBase.KeyDown(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds the type of the last keyboard event.
protected void KeyDown (int keyData);
member this.KeyDown : int -> unit
Protected Sub KeyDown (keyData As Integer)
Parameters
- keyData
- Int32
The keyData parameter contains the value of the key pressed, defined as a logical key code in the upper 16 bits and a scan code in the lower 16 bits, where the values need not match a standard PC keyboard’s values.