FastColoredTextBox.Navigate Method

T3000 CrossPlatform

FastColoredTextBoxNavigate Method

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

Navigates to defined line, without Line.LastVisit reseting

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void Navigate(
	int iLine
)
Public Sub Navigate ( 
	iLine As Integer
)

Dim instance As FastColoredTextBox
Dim iLine As Integer

instance.Navigate(iLine)

Parameters

iLine
Type: SystemInt32

[Missing <param name="iLine"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.Navigate(System.Int32)"]

See Also