







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..SourceTextBox Property |
FastColoredTextBox Class See Also Send Feedback |
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); } |