FastColoredTextBox.Text Property

T3000 CrossPlatform

FastColoredTextBoxText Property

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

Text of control

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

Dim instance As FastColoredTextBox
Dim value As String

value = instance.Text

instance.Text = value

Property Value

Type: String
See Also