Click or drag to resize

ControlInvalidate Method

Overload List
  NameDescription
Public methodInvalidate
Queues a repaint of the entire control on the screen and any of its children.
Public methodInvalidate(Boolean)
Queues a repaint of the entire control on the screen
Public methodInvalidate(Rectangle)
Queues a repaint of the specified rect of the control and any children.
Public methodInvalidate(Rectangle, Boolean)
Queues a repaint of the specified rect of the control
Top
See Also