using the compact Framework (winCE.Net) I have a function that handles the keypress event for all my text boxes, but I need to find the name of the specific textbox for which the event is being handled, and using CE.Net there doesn't seem to be a Name property on the control.

Any ideas how I can find the name of the textbox that has invoked the event?

thanks