Create Interface System.Windows.Forms.Control and System.Windows.FormsForm
When using an interface to extend either a form or a control, you frequently have to cast back to the base type in order to perfom general operations. If there was an interface for these, you could have your custom interface inherit from that.
2
votes