What does invalidate method do?

后端 未结 6 2323
攒了一身酷
攒了一身酷 2021-02-13 13:16

What does invalidate method do in winform app?

Invalidate() method comes with six overloaded for

6条回答
  •  情书的邮戳
    2021-02-13 13:33

    Asks windows to redraw the client area of the invalidated window.

    From MSDN:

    "Invalidates the entire surface of the control and causes the control to be redrawn."

    http://msdn.microsoft.com/en-us/library/598t492a.aspx

提交回复
热议问题