Click or drag to resize

ControlInvalidate Method

Queues a repaint of the entire control on the screen and any of its children.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Invalidate()
Remarks
This is only useful when the control is visible.
See Also