FastColoredTextBox.NeedRecalc Method (Boolean)

T3000 CrossPlatform

FastColoredTextBoxNeedRecalc Method (Boolean)

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

Call this method if the recalc of the position of lines is needed.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void NeedRecalc(
	bool forced
)
Public Sub NeedRecalc ( 
	forced As Boolean
)

Dim instance As FastColoredTextBox
Dim forced As Boolean

instance.NeedRecalc(forced)

Parameters

forced
Type: SystemBoolean

[Missing <param name="forced"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.NeedRecalc(System.Boolean)"]

See Also