70-526 Objectives List Part 6

On January 24, 2010, in .NET, 70-526, by Allen Ryan

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:
  1. Creating a custom control by inheriting from the control class.
  • Create an extended control by inheriting from an existing Windows Forms control. It may include but not limited to:
  1. Creating an extended control by inheriting from an existing Windows Forms control.
Share