SourceTextBox Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
The source of the text. Allows to get text from other FastColoredTextBox.

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public FastColoredTextBox SourceTextBox { get; set; }
Visual Basic
Public Property SourceTextBox As FastColoredTextBox
	Get
	Set
Visual C++
public:
property FastColoredTextBox^ SourceTextBox {
	FastColoredTextBox^ get ();
	void set (FastColoredTextBox^ value);
}

See Also