Gets whether the Alt 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 AltKey { get; }
Visual Basic
Public ReadOnly Property AltKey As Boolean
	Get
Visual C++
public:
property bool AltKey {
	bool get ();
}

See Also