Gets a value indicating whether ctrl key is pressed.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static bool Ctrl { get; internal set; }
Visual Basic
Public Shared Property Ctrl As Boolean
	Get
	Friend Set

Field Value

true if ctrl key is pressed; otherwise, false.

See Also