Self-Review Exercises

  1. 14.1 State whether each of the following is true or false. If false, explain why. The KeyData property includes data about modifier keys.

    1. A Form is a container.

    2. All Forms, components and controls are classes.

    3. CheckBoxes are used to represent a set of mutually exclusive options.

    4. A Label displays text that a user running an app can edit.

    5. Button presses generate events.

    6. All mouse events use the same event arguments class.

    7. Visual Studio can register an event and create an empty event handler.

    8. The NumericUpDown control is used to specify a range of input values.

    9. A control’s tool tip text is set with the ToolTip property of class Control.

  2. 14.2 Fill in the blanks in each of the following statements:

    1. The active control is said to have the               .

    2. The Form acts as a(n)                for the controls that are added.

    3. GUIs are                driven.

    4. Every method that handles the same event must have the same               .

    5. A(n)                TextBox masks user input with a character used repeatedly.

    6. Class                and class                help arrange controls on a GUI and provide logical groups for radio buttons.

    7. Typical mouse events include                and               .

    8.                events are generated when a key on the keyboard is pressed or released.

    9. The modifier keys are               ,                and               .

    10. A(n)                event or delegate can be used to call multiple methods.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset