[]
        
(Showing Draft Content)

WPF RichTextBox Quick Start

In this quick start, you begin by creating a WPF application in Visual Studio, add the RichTextBox and RichTextBoxToolbar controls to the application, add code to customize the application, and run the application to view possible run-time interactions.

type=note

Note: For .NET WPF application, only RichTextBox control is supported.

See Also

Step1: Creating a WPF Application

Step 2: Adding Spell-Check Functionality

Step 3: Using the Control at Runtime