What is the base class of Button control?

Answers were Sorted based on User's Feedback



What is the base class of Button control?..

Answer / prasad

It is ButtonBase.
Even ButtonBase is inherited from Control Class.

Is This Answer Correct ?    3 Yes 5 No

What is the base class of Button control?..

Answer / rajeev

System.Windows.Forms

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Dot Net General Interview Questions

Difference b/w dataset.clone and dataset.copy ?

1 Answers   Protech,


What are the providers available with VS.NET ?

2 Answers   TCS,


What is .net debug & trace?

0 Answers  


What is an anonymous method?

0 Answers  


What is heap and what is stack?

0 Answers  






i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


Difference between dispose and finallize method?

0 Answers  


Explain what are an object and a class?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


What are nullable types in .NET

0 Answers   TryTechnicals Pvt Ltd,


Give an example for setter/ write-only methods

1 Answers  


Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


Categories