RichTextBox for WPF | ComponentOne
RichTextBox for WPF | ComponentOne
Working with WPF RichTextBox
/
Custom Command Bars
/ Select Text Function
Collapse All
Expand All
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();