Possible Duplicate:
Handling a Click for all controls on a Form
I have a user control, I add controls on this user control. All of children will cover user control' region. That mean, you don't have any space to click on user control.
My problem how to detect user mouse click on this user control's region.
Please give me the best solution without add mouse click event handler on each child to detect mouse click. Thanks.