ComponentOne WPF Edition
Demos
Docs
Samples
Download
RichTextBox for WPF | ComponentOne
Working with WPF RichTextBox
/
Custom Command Bars
/ Select Text Function
Collapse All
Expand All
In This Topic
WPF RichTextBox Overview
WPF RichTextBox Key Features
WPF RichTextBox Quick Start
XAML Quick Reference
Working with WPF RichTextBox
C1RichTextBox Concepts and Main Properties
C1RichTextBox Content
Saving and Loading
Custom Command Bars
Clipboard Functions
Alignment Functions
Font Functions
Formatting Functions
Select Text Function
Document History Functions
Hyperlinks
Accessing Layout Information
Painters
Spell-Checking
Syntax Coloring
Overriding Styles
Hit-Testing
HtmlFilter Customization
Working with the C1Document Object
Working with C1RichTextBoxToolbar
Working with C1SimplifiedRichTextBoxToolbar
Working with RichTextBox Ribbon
Working with RichTextBox ToolStrip
Elements Supported in RichTextBox
C1RichTextBox Appearance
Spell-Checking
Template Customization
C1RichTextBox Samples
C1RichTextBox Task-Based Help
.NET API Reference
.NET Framework API Reference
Select Text Function
In This Topic
The following code snippet demonstrates the code used to select text:
Select All
C#
Copy Code
rtb.SelectAll();