Range.Text Property

T3000 CrossPlatform

RangeText Property

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

Text of range

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual string Text { get; }
Public Overridable ReadOnly Property Text As String
	Get

Dim instance As Range
Dim value As String

value = instance.Text

Property Value

Type: String
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