Range Constructor (FastColoredTextBox, Place, Place)

T3000 CrossPlatform

Range Constructor (FastColoredTextBox, Place, Place)

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

Constructor

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range(
	FastColoredTextBox tb,
	Place start,
	Place end
)
Public Sub New ( 
	tb As FastColoredTextBox,
	start As Place,
	end As Place
)

Dim tb As FastColoredTextBox
Dim start As Place
Dim end As Place

Dim instance As New Range(tb, start, 
	end)

Parameters

tb
Type: FastColoredTextBoxNSFastColoredTextBox

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

start
Type: FastColoredTextBoxNSPlace

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

end
Type: FastColoredTextBoxNSPlace

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

See Also