This example demonstrates the easy automated integration between RadRibbonBar and RadEditor.
The RibbonBar member of the ToolBarMode enumeration
property configures RadEditor to use a RadRibbonBar control as
a container for its tools.
There are some RibbonBar related properties which are added for the
tools
and
tool xml elements in the editor's ToolsFile file.
- For the tools elements the "name" property sets
the RibbonBarGroup control, in which the tool is loaded and the "tab"
property sets the RibbonBarTab contorl, in which the group is loaded.
- For the tool elements the "size" property sets
the size of the buttons. You can review the tools.xml file in the
"Source Code" section of this demo.