RichTextBox for UWP | ComponentOne
Working with RichTextBox for UWP / Menus and Commands / Creating Custom Command Bars
In This Topic
    Creating Custom Command Bars
    In This Topic

    You can create your own custom toolbar, context menu, or pop-up controls that apply formatting and functionality to the C1RichTextBox control. The following section describes the code necessary to perform the most basic formatting commands. It does not include code for setting up an AppBar application.

    For a complete sample that covers more functions like inserting tables, hyperlinks, and images.

    The following code snippets assume the name of the C1RichTextBox control on your page is rtb.

    See Also