Gets a value specifying whether the control (CTRL) key was down when the event occurred.
| XAML | This property cannot be used in XAML. |
| Scripting | value = eventargs.Ctrl |
Property Value
Boolean
true if the CTRL key was down when the event occurred; otherwise, false.
This property is read/write, but should be considered read-only because there is no reason to change the reported information. There is no default.
Applies To
KeyboardEventArgs
See Also
Silverlight Keyboard Support
Silverlight Events