Multiple Choice
In order to find out which key the user is pressing you should use the:
A) KeyChar property to return the pressed key
B) Key property to return the pressed key
C) KeyPress property to return the pressed key
D) GetKey property to return the pressed key
Correct Answer:

Verified
Correct Answer:
Verified
Q27: The Margin property specifies the distance between
Q28: The AutoSize property is used to:<br>A) change
Q29: GroupBoxes have a text display and can
Q30: Multicast event delegates must reference methods:<br>A) with
Q31: Visual Studio provides snap lines to help
Q33: Many of the components used for Windows
Q34: The GetCurrentDirectory is used to return the
Q35: A Panel is used to:<br>A) group or
Q36: Events occur,for example,when the user clicks the
Q37: Event delegates act as a go-between for