Add Method (Int32, String)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
public virtual void Add(
	int lineIndex,
	string bookmarkName
)
Visual Basic
Public Overridable Sub Add ( _
	lineIndex As Integer, _
	bookmarkName As String _
)
Visual C++
public:
virtual void Add(
	int lineIndex, 
	String^ bookmarkName
)

Parameters

lineIndex
Type: System..::..Int32
bookmarkName
Type: System..::..String

See Also