Text Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Text of range

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

Syntax

C#
public virtual string Text { get; }
Visual Basic
Public Overridable ReadOnly Property Text As String
	Get
Visual C++
public:
virtual property String^ Text {
	String^ get ();
}

Remarks

This property has not 'set' accessor because undo/redo stack works only with FastColoredTextBox.Selection range. So, if you want to set text, you need to use FastColoredTextBox.Selection and FastColoredTextBox.InsertText() mehtod.

See Also