getting a handle on nested controls

  • Thread starter Thread starter Marco Martin
  • Start date Start date
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
 
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.
 
Back
Top