Panel

  • Thread starter Thread starter elziko
  • Start date Start date
E

elziko

I have a Panel with several controls on. Is it possible for the panel to
know when a control that it contains is clicked on and to stop the control
from ever recieveing that click. I'd like to handle the click event for each
controls in the Panel code rather than from within the control itself.
 
elziko,

You might want to implement a Mediator/Colleague design pattern.

Dan
 

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

Back
Top