Gets a value indicating whether alt key is pressed.
Namespace:
C1.WPF
Assembly:
C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public static bool Alt { get; internal set; } |
Visual Basic |
---|
Public Shared Property Alt As Boolean
Get
Friend Set |
Field Value
true if ctrl key is pressed; otherwise,
false.
See Also