TextSource.CurrentTB Property

T3000 CrossPlatform

TextSourceCurrentTB Property

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

Current focused FastColoredTextBox

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public FastColoredTextBox CurrentTB { get; set; }
Public Property CurrentTB As FastColoredTextBox
	Get
	Set

Dim instance As TextSource
Dim value As FastColoredTextBox

value = instance.CurrentTB

instance.CurrentTB = value

Property Value

Type: FastColoredTextBox
See Also