Share via


PointerDownEventArgs.KeyCode Property

Definition

Gets the key code for the pointer.

public:
 property int KeyCode { int get(); };
int KeyCode();
public int KeyCode { get; }
var int32 = pointerDownEventArgs.keyCode;
Public ReadOnly Property KeyCode As Integer

Property Value

System.Int32

The key code for the pointer.

Applies to