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

Gets a value indicating whether the CTRL key was pressed.

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

Property Value

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

See Also

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