Category / Section
Is it possible to customize RichTextRibbon control?
1 min read
The RichTextRibbon control is a customized Ribbon with primary functionalities for RichTextBoxAdv control and there is no possibility to add/remove any items from RichTextRibbon. Instead you can implement your own customized ribbon for RichTextBoxAdv using Ribbon control based on your requirements.
The following sample demonstrates how to implement customized ribbon for RichTextBoxAdv control.