Partial class or "chained inheritance"
- by Charlie boy
Hi
From my understanding partial classes are a bit frowned upon by professional developers, but I've come over a bit of an issue;
I have made an implementation of the RichTextBox control that uses user32.dll calls for faster editing of large texts. That results in quite a bit of code. Then I added spellchecking capabilities to the control, this…