Friday, 16 September 2011

How to use custom controls in C#

.Net Framework provides you capability of modifying look/feel and functionality of controls provided in tool box. User can change the behavior of a specific control by overriding different events and adding custom classes.

Lets take example of TextBox control using .Net Framework 3.5: