NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

KeyEventArgs.Alt

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;

Property Value

true if the ALT key was pressed; otherwise, false.

See Also

KeyEventArgs Class | KeyEventArgs Members | System.WinForms Namespace | Control | Shift | Modifiers