Invalidate Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Invalidates the entire surface of the control and causes the control to be redrawn. This method is thread safe and does not require Invoke.

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public void Invalidate()
Visual Basic
Public Sub Invalidate
Visual C++
public:
void Invalidate()

See Also