Click or drag to resize

KeyMappingIsAltPressed Property

Gets or sets a value indicating whether alt is pressed.

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

Property Value

Type: Boolean
true if this instance is alt pressed; otherwise, false.
See Also