Click anywhere on the form

  • Thread starter Thread starter Adam Klobukowski
  • Start date Start date
A

Adam Klobukowski

Hello

I'd like to intercept an event if user clicks anywhere on my form, no
matter if under moes is any control owned by this form, before anything
else happens (etc. any other events to any other controls are
delivered). Then I'd like to decide if I'm processing this event on my
own (and no other events happen, eve if there is control under mouse),
or not (and then clisk even would be sent to that control).

Small C# example would be nice.

Sorry for bad english, English is not my native language, I hope I'm
understendable.
 
Back
Top