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
Listing from visual studio .net > Button Class