T3000 CrossPlatform Documentation
FastColoredTextBoxSelectedText Property |
[This is preliminary documentation and is subject to change.]
Text of current selection
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string SelectedText { get; set; }
Public Property SelectedText As String Get Set Dim instance As FastColoredTextBox Dim value As String value = instance.SelectedText instance.SelectedText = value
Property Value
Type: StringSee Also