70-526 Objectives List Part 6

Developing Windows Forms controls

  • Create a composite Windows Forms control. It may include but not limited to:
  1. Creating a composite Windows Forms control.
  2. Creating properties, methods, and events for Windows Forms controls.
  3. Exposing properties of constituent controls.
  4. Creating and using custom dialog boxes in Windows Forms applications.
  5. Customizing a control to paint and render.
  6. Configuring a control to be invisible at run time.
  7. Configuring a control to have a transparent background.
  8. Providing a Toolbox bitmap for a control.
  • Create a custom Windows Forms control by inheriting from the control class. It may include but not limited to:
  • Share/Bookmark