In the WinForms ages, when you needed a TextBox control with some special built-in additional functionality, the only option you had was to create a new control by inheriting from the TextBox control. Moreover, in cases where you needed to change the visual appearance of a control (for e...
[More]