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

In This Topic
    SelectedText Property (C1RichTextBox)
    In This Topic
    Gets or sets the content of the current selection in the rich text box.
    Syntax
    'Declaration
     
    
    Public Property SelectedText As String
    public string SelectedText {get; set;}
    See Also