RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / SelectionLength Property

In This Topic
    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;}
    Remarks
    The positions represented in this property correspond to positions in the Text property's content.
    See Also