Answer the following statements true (T) or false (F)
1. KeyPress events do not handle modifier keys.
2. Pressing Enter to press a GUI button is not a key event; it’s set in the control’s properties.
3. The KeyData property returns a key enumeration with no information about modifier keys.
4. ASCII does not support function keys or modifier keys.
5. KeyPress events and one KeyDown event are generated when a key on the keyboard is pressed down.
1. True
2. True
3. False. The KeyData property returns a key enumeration including modifier keys such as Shift or Alt that was pressed also.
4. True.
5. True.
You might also like to view...
Are there any disadvantages to prototyping? If so, what are they?
What will be an ideal response?
Which of the following is NOT a limitation when working with Web queries?
A) Tables that contain foreign characters B) Data that is not formatted as a table C) Web sites that require logins D) URLs that change
When using PowerShell, what cmdlet can be utilized to retrieve a list of services?
A. Retrieve-services B. Get-Service C. List-Service D. Show-Services
When you quit Photoshop, a dialog box may display asking if you want to save the changes.
Answer the following statement true (T) or false (F)