getting a handle on nested controls

M

Marco Martin

Hi,

I have a control that nests other controls. I need to be able to get a
handle on these controls when clicked. the problem is that when I click on
one of the nested controls, my mouse down event does not fire and I cant add
a mouse down event to the nested controls. Any ideas?

best holiday wishes

Marco
 
P

Paul E Collins

Marco Martin said:
I have a control that nests other controls. I need
to be able to get a handle on these controls when
clicked. the problem is that when I click on one
of the nested controls, my mouse down event does
not fire and I cant add a mouse down event to the
nested controls. Any ideas?

Give the main control a "NestedControlClicked" event.

P.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top