ControlIHandlerInvalidate Method (Boolean) |
Queues a repaint of the entire control on the screen
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Invalidate(
bool invalidateChildren
)
Sub Invalidate (
invalidateChildren As Boolean
)
abstract Invalidate :
invalidateChildren : bool -> unit
Parameters
- invalidateChildren
- Type: SystemBoolean
True to invalidate all children, false to only invalidate the container
Remarks
This is only useful when the control is visible.
See Also