2
Reply

Multiple Form Objects auto-inheriting the same event handler?

jim rice

jim rice

Apr 21 2008 8:04 AM
8k

Is there a way for me to make it so that all objects on my form (no matter how many) will have a link to an even handler?

For example, if I have a function that I want to call everything the user pushes a key within any object on the form... is there a way I can do that w/o manually setting the KeyDown event on each object individually?  Thank you!


Answers (2)