FastColoredTextBox.NeedRecalc Method (Boolean, Boolean)

T3000 CrossPlatform

FastColoredTextBoxNeedRecalc Method (Boolean, 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,
	bool wordWrapRecalc
)
Public Sub NeedRecalc ( 
	forced As Boolean,
	wordWrapRecalc As Boolean
)

Dim instance As FastColoredTextBox
Dim forced As Boolean
Dim wordWrapRecalc As Boolean

instance.NeedRecalc(forced, wordWrapRecalc)

Parameters

forced
Type: SystemBoolean

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

wordWrapRecalc
Type: SystemBoolean

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

See Also