Define extender provider component.- This component provides additional features to the controls. ErrorProvider, HelpProvider, and ToolTip components are the examples of extender provider. - You can create property extender controls similar to those provided with the Windows forms package such as the ToolTip and HelpProvider. - The creation of a component named UserPropExtender adds a property named UserRole to all the visible controls on the form.
|