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.Shift

Gets a value indicating whether the SHIFT key was pressed.

[Visual Basic]
Overridable Public ReadOnly Property Shift As Boolean
[C#]
public bool Shift {virtual get;}
[C++]
public: __property virtual bool get_Shift();
[JScript]
public function get Shift() : Boolean;

Property Value

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

See Also

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