TextSource Constructor

T3000 CrossPlatform

TextSource Constructor

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

Initializes a new instance of the TextSource class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public TextSource(
	FastColoredTextBox currentTB
)
Public Sub New ( 
	currentTB As FastColoredTextBox
)

Dim currentTB As FastColoredTextBox

Dim instance As New TextSource(currentTB)

Parameters

currentTB
Type: FastColoredTextBoxNSFastColoredTextBox

[Missing <param name="currentTB"/> documentation for "M:FastColoredTextBoxNS.TextSource.#ctor(FastColoredTextBoxNS.FastColoredTextBox)"]

See Also