Select from following answers:- e.Control
- e.KeyCode
- e.KeyData
- All of the above

- All Above
All of the above statements will allow us to detect
if a control key is pressed.
Take a TextBox(Window applications) and write the
code in the textBox1_KeyDown event handler
In addition e.Modifers and e.KeyValue can also be
used.
Show Correct Answer
|
Alert Moderator