Interview Questions

What is the base class of Button control?

.NET Interview Questions and Answers


(Continued from previous question...)

What is the base class of Button control?

Listing from visual studio .net > Button Class
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ButtonBase
System.Windows.Forms.Button

(Continued on next question...)

Other Interview Questions