You can extend the behavior of your components and controls by attaching separate properties that are provided by another component called an extender provider.
In This Section
Reference
|
Topic
|
Description
|
| IExtenderProvider | Defines the interface for extending properties to other components in a container. |
| ProvidePropertyAttribute | Specifies the name of the property that an implementer of IExtenderProvider offers to other components. |
| ErrorProvider | Documents an extender provider for indicating that a control on a form has an error associated with it. |
| HelpProvider | Documents an extender provider for pop-up or online Help for controls. |
| ComponentTray | Documents an extender provider for the component tray of a designer. |
| CodeDomLocalizationProvider | Documents an extender provider that enables design-time support for localization features to a root designer. |
| ToolTip | Documents an extender provider that enables ToolTips for components and controls. |
Related Sections