FastColoredTextBox.Selection Property

T3000 CrossPlatform

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)
Syntax
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

Property Value

Type: Range
See Also