RichTextBox for UWP | ComponentOne
Working with RichTextBox for UWP / Menus and Commands / Creating 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();