Answer the following statements true (T) or false (F)

1. Mouse interaction with the GUI is limited to click, press, and move.
2. MouseUp and MouseDown events are used when the mouse is moved up or down.
3. The Button property is used to determine which mouse button is clicked left, middle, right or none.
4. The Clicks property of class MouseEventArgs is used to determine the number of times a mouse button was clicked.
5. Whenever the mouse moves, the system raises a MouseMove event at a rate predetermined by the operating system.

1. False, there are a variety of interactions the mouse can perform, but they can all be grouped into those three basic categories.
2. False. A MouseDown event occurs when the user presses the mouse button down and a MouseUp event occurs when the user releases the mouse button.
3. True
4. True
5. True.

Computer Science & Information Technology

You might also like to view...

The Format Painter function enables you to copy formatting

Indicate whether the statement is true or false

Computer Science & Information Technology

Excel's WEEKDAY function returns a number from 1-7 or 0-6

Indicate whether the statement is true or false

Computer Science & Information Technology