KeyCode Property (Keystroke)
In This Topic
Gets the key code defined by this keystroke.
Syntax
'Declaration
Public ReadOnly Property KeyCode As Keys
'Usage
Dim instance As Keystroke
Dim value As Keys
value = instance.KeyCode
public Keys KeyCode {get;}
See Also