The C1RichTextBoxToolbar control is a full-featured, ribbon-like toolbar that easily turns the C1RichTextBox control into a complete text editor. The C1RichTextBoxToolbar control is based on the C1Toolbar control allowing complete customization.
To connect a C1RichTextBoxToolbar control to a C1RichTextBox control you would need to set the C1RichTextBoxToolbar.RichTextBox property to the name of the control you want to link with the toolbar. For an example, see Connecting a C1RichTextBoxToolbar to a C1RichTextBox topic.
When you add the C1RichTextBoxToolbar to your application, it appears similar to the following:
The buttons within the toolbar appear very similar to options in Microsoft Word and other editors, so they should appear familiar to end-users. There are two tabs: Home and Tables.
Home Tab
The Home tab includes five defined groups of elements: Edit, Font, Paragraph, Insert, and Tools.
Tables Tab
The Tables tab includes four defined groups of elements: Table, Rows & Columns, Merge, and Cell.
The following topics explain the elements within each group.