Gets a value indicating whether the ALT key was pressed.
[Visual Basic] Overridable Public ReadOnly Property Alt As Boolean [C#] public bool Alt {virtual get;} [C++] public: __property virtual bool get_Alt(); [JScript] public function get Alt() : Boolean;
true if the ALT key was pressed; otherwise, false.
KeyEventArgs Class | KeyEventArgs Members | System.WinForms Namespace | Control | Shift | Modifiers