User Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rodrigo Ferreira

    User Control


    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



  • PMGuy

    #2
    Re: User Control

    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?

    Comment

    • Rodrigo Ferreira

      #3
      Re: User Control


      It's not a problem at all...

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

      "PMGuy" <matthew_mcdonn ell@tjx.com> wrote in message
      news:1118147513 .914544.103800@ g47g2000cwa.goo glegroups.com.. .[color=blue]
      > 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?
      >
      >[/color]



      Comment

      Working...