📚 Practice Mode

VB.NET Windows Forms Controls and Events

Learn at your own pace with hints and detailed explanations

1 / 10
Multiple Choice

The Button control can be activated:

  1. programmatically through the click event.
  2. by clicking the button with the mouse.
  3. with the form’s DefaultButton property.
  4. Both a and b.
  5. All of the above.