Home »

What is the base class of Button control?

Question ListCategory: .NETWhat is the base class of Button control?
jeanderson295 author asked 8 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

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

Please login or Register to Submit Answer