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.
 

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

String Size 2
Trial version 15
DataGrid 1
Math expression 7
Cookie Encryption 2
SQL QUERY 1
What does the book mean here(OnPaint) 1
Select page in word copy it to clipboard and paste it in paint 10

Back
Top