FastColoredTextBox.Invalidate Method

T3000 CrossPlatform

FastColoredTextBoxInvalidate Method

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

Overload List
  NameDescription
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn. This method is thread safe and does not require Invoke.
Public methodInvalidate(Region) (Inherited from Control.)
Public methodInvalidate(Boolean) (Inherited from Control.)
Public methodInvalidate(Rectangle) (Inherited from Control.)
Public methodInvalidate(Region, Boolean) (Inherited from Control.)
Public methodInvalidate(Rectangle, Boolean) (Inherited from Control.)
Top
See Also