Gets whether the Ctrl key was pressed.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool CtrlKey { get; }
Visual Basic
Public ReadOnly Property CtrlKey As Boolean
	Get
Visual C++
public:
property bool CtrlKey {
	bool get ();
}

See Also