Safely redraws control

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
void Invalidate()

Remarks

Invalidating a control means that every control in the parent container that intersects the controls area is redrawn. This helps keep z-ordering intact.

See Also