Loading...
If you prefer the use of a Toolbar versus a Ribbon, set the BarMode property to Toolbar
. Handle the CustomizeToolbar event to access and customize the Rich Text Editor's built-in toolbar.
A toolbar consists of groups that contain various item types. Call one of the following method overloads to create a custom item and add it to a toolbar group:
- AddCustomButton
- AddCustomCheckButton
- AddCustomColorEdit
- AddCustomComboBox
- AddCustomDropDown
- AddCustomSpinEdit
This demo illustrates how you can populate a toolbar with built-in and/or custom items.