adspace
Explain how to use an extender provider in the project.
Answer Posted / Sunil Agarwal
An extender provider in C# is used with the Windows Forms Extensibility (WFE) feature. To use it, you need to create a custom extender provider class that derives from System.Windows.Forms.ExtenderProviderBase and overrides its methods. You can then add this provider to your form and extend other controls on the form.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers