FastColoredTextBox.Text Property
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
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)
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