Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackInvalidate 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
public virtual void Invalidate(
	bool invalidateChildren
)

Parameters

invalidateChildren
Type: SystemBoolean
True to invalidate all children, false to only invalidate the container

Implements

ControlIHandlerInvalidate(Boolean)
Remarks
This is only useful when the control is visible.
See Also