H
Hai NIng
I have a form that has a bunch of nested controls in it. How do I detect a
mouse click on any of those controls in that form? I don't actually care
which control receives the click event in this case, just want to know if
any part of this form is being clicked on. Obviously I could hookup the
clicked event of every single child control, but is there an easier way?
Thanks.
- Harry
mouse click on any of those controls in that form? I don't actually care
which control receives the click event in this case, just want to know if
any part of this form is being clicked on. Obviously I could hookup the
clicked event of every single child control, but is there an easier way?
Thanks.
- Harry