Range.IsEmpty Property

T3000 CrossPlatform

RangeIsEmpty Property

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

Return true if no selected text

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual bool IsEmpty { get; }
Public Overridable ReadOnly Property IsEmpty As Boolean
	Get

Dim instance As Range
Dim value As Boolean

value = instance.IsEmpty

Property Value

Type: Boolean
See Also