Range Constructor (FastColoredTextBox, Int32)

T3000 CrossPlatform

Range Constructor (FastColoredTextBox, Int32)

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

Constructor. Creates range of the line

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range(
	FastColoredTextBox tb,
	int iLine
)
Public Sub New ( 
	tb As FastColoredTextBox,
	iLine As Integer
)

Dim tb As FastColoredTextBox
Dim iLine As Integer

Dim instance As New Range(tb, iLine)

Parameters

tb
Type: FastColoredTextBoxNSFastColoredTextBox

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

iLine
Type: SystemInt32

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

See Also