FastColoredTextBox.GotoPrevBookmark Method

T3000 CrossPlatform

FastColoredTextBoxGotoPrevBookmark Method

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

Scrolls to nearest previous bookmark or to last bookmark

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool GotoPrevBookmark(
	int iLine
)
Public Function GotoPrevBookmark ( 
	iLine As Integer
) As Boolean

Dim instance As FastColoredTextBox
Dim iLine As Integer
Dim returnValue As Boolean

returnValue = instance.GotoPrevBookmark(iLine)

Parameters

iLine
Type: SystemInt32
Current bookmark line index

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GotoPrevBookmark(System.Int32)"]

See Also