Invalidates the specified part of the control and causes it to be repainted.
Name | Description | |
---|---|---|
InvalidateViewer() |
Invalidates the control and causes it to be repainted. (Overrides ViewerBase.InvalidateViewer().) |
|
InvalidateViewer(Rectangle) |
Invalidates the specified region of the control and causes it to be repainted. (Overrides ViewerBase.InvalidateViewer(Rectangle).) |
|
InvalidateViewer(InvalidationTarget) |
Invalidates the specified target of the control and causes it to be repainted. (Overrides ViewerBase.InvalidateViewer(InvalidationTarget).) |
It is recommended to use this method instead of System.Windows.Forms.Control.Invalidate.