Defines the interface for extending properties to other components in a container.
IExtenderProvider
[Visual Basic] Public Interface IExtenderProvider [C#] public interface IExtenderProvider [C++] public __gc __interface IExtenderProvider
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
ErrorProvider | ErrorProvider presents a simple user interface for indicating to the user that a control on a form has an error associated with it. If a error description string is specified for the control, then an icon will appear next to the control, and when the mouse hovers over the icon, a tooltip will appear showing the error description string. |
HelpProvider | Provides pop-up or online Help for controls. |
Localizer | [To be supplied.] |
PropertyTab | [To be supplied.] |
ToolTip | Provides a small pop-up window containing a line of text that describes the purpose of a tool or control (usually represented as a graphical object) in a program. |
Any component that provides extender properties must implement IExtenderProvider. A visual designer can then call CanExtend to determine which objects in a container should receive the extender properties.
For more information about extender properties, see <TopicTBD>.
Namespace: System.ComponentModel
Assembly: System.dll