I\'ve created a custom WinForms UserControl and would like to override Dispose. However the code generated by the designed already contains a Dispose method. How can I add c
It's badly documented but you can Cut & Paste the Dispose method over to your side of the partial class. And then extend it.