Multiple choice .net

A click event procedure stud for the label control can be created by:

  1. selecting the object and event from the code editor window’s drop-down boxes.

  2. typing the code in the code editor window.

  3. by double clicking the control.

  4. Both a and b.

  5. All of the above.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

In Visual Basic, a click event procedure for a label control can be created by any of the following methods:

A. Selecting the object and event from the code editor window's drop-down boxes. B. Typing the code in the code editor window. C. Double-clicking the control.

Therefore, the correct answer is E, all of the above.