KeyboardEventArgs.AltKey Property
Definition
true if the alt key was down when the event was fired. false otherwise.
public:
property bool AltKey { bool get(); void set(bool value); };
public bool AltKey { get; set; }
member this.AltKey : bool with get, set
Public Property AltKey As Boolean