User Control

  • Thread starter Thread starter Rodrigo Ferreira
  • Start date Start date
R

Rodrigo Ferreira

I want know what method calls the Paint method in my code! What's your name!
How can i do that?

I try to use de object sender but i don't know that kind of information.

Greetings,

Rodrigo Ferreira
 
Paint gets called by Refresh, but only if a change to the object has
been detected. Show also calls Paint.

What problem are you trying to solve?
 
It's not a problem at all...

I just want to know what methods call Paint in my code, to optimize the
code.
 
Back
Top