delegate click event to other controls

  • Thread starter Thread starter Vertilka
  • Start date Start date
V

Vertilka

I will simplify the question by introducing an example...

What I need is that:
I have a control on top of other controls in a form. when i click on
it i want to pass the click event to the control underneath.
How do i perform the click event in other controls ?

Note that this is not the real case in the application a need to
develop, but a simplified example.

TNX,
Vertilka
 
In case of buttons, you can call the PerformClick method.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Vertilka said:
I will simplify the question by introducing an example...

What I need is that:
I have a control on top of other controls in a form. when i click on
it i want to pass the click event to the control underneath.
How do i perform the click event in other controls ?

Note that this is not the real case in the application a need to
develop, but a simplified example.

Why not just trigger the underlying control's click event?

Chris.
 

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

Similar Threads


Back
Top