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

In This Topic
    Selection Property (C1RichTextBox)
    In This Topic
    Gets or sets the C1.WPF.RichTextBox.Documents.C1TextRange selected in the C1RichTextBox's document.
    Syntax
    'Declaration
     
    
    Public Property Selection As C1TextRange
    public C1TextRange Selection {get; set;}
    See Also