I have an application I wrote where the end users are requesting some additional functionality to every text box in the system.

I know how to do it on a form level or individual part level, but I was curious if there is a way to add it without adding code to each form.

I seem to recall someone once showing us here how to add to a class where it it modifies all objects of that class.

Can anyone point me in the right direction?