EnvironmentBase.Invalidate Method

Invalidates the entire surface of the control and causes the control to be redrawn.
Public Sub Invalidate()
This language is not supported or no code example is available.
public void Invalidate()
This language is not supported or no code example is available.
Remarks
 
Beware when the Renderer is set to rendererType.NativeExperimental, this method performs the same operations than the Refresh() method.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition