FastColoredTextBox.SourceTextBox Property

T3000 CrossPlatform

FastColoredTextBoxSourceTextBox Property

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

The source of the text. Allows to get text from other FastColoredTextBox.

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

Dim instance As FastColoredTextBox
Dim value As FastColoredTextBox

value = instance.SourceTextBox

instance.SourceTextBox = value

Property Value

Type: FastColoredTextBox
See Also