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!

Control.ModifierKeys

Retrieves the current state of the modifier keys. This will check the current state of the shift, control, and alt keys.

[Visual Basic]
Public Shared ReadOnly Property ModifierKeys As Keys
[C#]
public static Keys ModifierKeys {get;}
[C++]
public: __property static Keys get_ModifierKeys();
[JScript]
public static function get ModifierKeys() : Keys;

See Also

Control Class | Control Members | System.WinForms Namespace