ComponentOne RichTextBox for UWP
SelectionLength Property

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : SelectionLength Property
Gets or sets the number of characters in the current selection in the rich text box.
Syntax
'Declaration
 
Public Property SelectionLength As System.Integer
public System.int SelectionLength {get; set;}
Remarks
The positions represented in this property correspond to positions in the Text property's content.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members