FastColoredTextBox.DoRangeVisible Method (Range, Boolean)

T3000 CrossPlatform

FastColoredTextBoxDoRangeVisible Method (Range, Boolean)

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

Scroll control for display given range

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void DoRangeVisible(
	Range range,
	bool tryToCentre
)
Public Sub DoRangeVisible ( 
	range As Range,
	tryToCentre As Boolean
)

Dim instance As FastColoredTextBox
Dim range As Range
Dim tryToCentre As Boolean

instance.DoRangeVisible(range, tryToCentre)

Parameters

range
Type: FastColoredTextBoxNSRange

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

tryToCentre
Type: SystemBoolean

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

See Also