Click or drag to resize

KeyMappingKeyCode Property

Gets or sets the key code.

Namespace:  ConsoleControl
Assembly:  ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public Keys KeyCode { get; set; }

Property Value

Type: Keys
The key code.
See Also