Bookmark Constructor

T3000 CrossPlatform

Bookmark Constructor

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

Initializes a new instance of the Bookmark class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Bookmark(
	FastColoredTextBox tb,
	string name,
	int lineIndex
)
Public Sub New ( 
	tb As FastColoredTextBox,
	name As String,
	lineIndex As Integer
)

Dim tb As FastColoredTextBox
Dim name As String
Dim lineIndex As Integer

Dim instance As New Bookmark(tb, name, 
	lineIndex)

Parameters

tb
Type: FastColoredTextBoxNSFastColoredTextBox

[Missing <param name="tb"/> documentation for "M:FastColoredTextBoxNS.Bookmark.#ctor(FastColoredTextBoxNS.FastColoredTextBox,System.String,System.Int32)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:FastColoredTextBoxNS.Bookmark.#ctor(FastColoredTextBoxNS.FastColoredTextBox,System.String,System.Int32)"]

lineIndex
Type: SystemInt32

[Missing <param name="lineIndex"/> documentation for "M:FastColoredTextBoxNS.Bookmark.#ctor(FastColoredTextBoxNS.FastColoredTextBox,System.String,System.Int32)"]

See Also