SelectionLength Property (C1RichTextBox)
In This Topic
Gets or sets the number of characters in the current selection in the rich text box.
Syntax
'Declaration
Public Property SelectionLength As Integer
public int SelectionLength {get; set;}
See Also