RichTextBox for WPF | ComponentOne
Working with WPF RichTextBox / Custom Command Bars / Select Text Function
In This Topic
    Select Text Function
    In This Topic

    The following code snippet demonstrates the code used to select text:

    Select All

    C#
    Copy Code
    rtb.SelectAll();