G
Guest
Hi
[ Using C# in .Net 1.1 ]
I have a usercontrol with a number of nested controls (listviews, etc... ).
When the user clicks *anywhere* on the usercontrol I want the event to be
handled by the usercontrol. At the moment if I click on the listbox, then
the listbox grabs that click and it is not seen by the usercontrol. Is it
possible to easily make the listboxes not grab the click ( I know I could
forward the click on, but this would mean I would need to make every control
on my form handle this which would be a pain ), so that I can have a single
event handler in my usercontrol ??
regards,
Rich.
[ Using C# in .Net 1.1 ]
I have a usercontrol with a number of nested controls (listviews, etc... ).
When the user clicks *anywhere* on the usercontrol I want the event to be
handled by the usercontrol. At the moment if I click on the listbox, then
the listbox grabs that click and it is not seen by the usercontrol. Is it
possible to easily make the listboxes not grab the click ( I know I could
forward the click on, but this would mean I would need to make every control
on my form handle this which would be a pain ), so that I can have a single
event handler in my usercontrol ??
regards,
Rich.