FastColoredTextBox.Invalidate Method

T3000 CrossPlatform

FastColoredTextBoxInvalidate Method

[This is preliminary documentation and is subject to change.]

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.16.23.0 (2.16.23.0)
Syntax
public void Invalidate()
Public Sub Invalidate

Dim instance As FastColoredTextBox

instance.Invalidate()
See Also