Explain how to use an extender provider in the project.



Explain how to use an extender provider in the project...

Answer / 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

More C Sharp Interview Questions

How u call destructor and dispose methode in c#.NET

1 Answers  


What is the difference between hashtable and dictionary in c#?

1 Answers  


What is the difference between array and list in c#?

1 Answers  


What are classes in c#?

1 Answers  


WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?

3 Answers  


List down the reason behind the usage of c# language.

1 Answers  


What is verbatim string literal in c#?

1 Answers  


What is the data type for bit in c#?

1 Answers  


What is Bubble Event ?

2 Answers   HCL,


Which class does the remote object has to inherit?

1 Answers  


Are arraylist faster or arrays?

1 Answers  


What is uint c#?

1 Answers  


Categories