FastColoredTextBox.Selection Property
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
FastColoredTextBoxSelection Property |
[This is preliminary documentation and is subject to change.]
Current selection range
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
public Range Selection { get; set; }
Public Property Selection As Range Get Set Dim instance As FastColoredTextBox Dim value As Range value = instance.Selection instance.Selection = value