Extends the design mode behavior of a System.Windows.Forms.Control.
See Also: ControlDesigner Members
System.Windows.Forms.Design.ControlDesigner provides a base class for designers of components that derive from System.Windows.Forms.Control. In addition to the methods and functionality inherited from the System.ComponentModel.Design.ComponentDesigner class, System.Windows.Forms.Design.ControlDesigner provides additional methods to support extending and altering the behavior of an associated System.Windows.Forms.Control at design time.
You can associate a designer with a type using a System.ComponentModel.DesignerAttribute. For an overview of customizing design time behavior, see Extending Design-Time Support.