GotoNextBookmark Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Scrolls to nearest bookmark or to first bookmark

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public bool GotoNextBookmark(
	int iLine
)
Visual Basic
Public Function GotoNextBookmark ( _
	iLine As Integer _
) As Boolean
Visual C++
public:
bool GotoNextBookmark(
	int iLine
)

Parameters

iLine
Type: System..::..Int32
Current bookmark line index

See Also