This question is locked. New answers and comments are not allowed.
I wish to remove the Table and Formatting Groups. I sort of got this working by inheriting ContextMenuContentBuilder.
Problem is that there is an extra seperater using this hack.
What is the correct way of doing this?
Problem is that there is an extra seperater using this hack.
What is the correct way of doing this?
Protected Overrides Function CreateTableCommands() As Telerik.Windows.Controls.RichTextBoxUI.Menus.ContextMenuGroup Return New ContextMenuGroupEnd FunctionProtected Overrides Function CreateTextEditCommands() As Telerik.Windows.Controls.RichTextBoxUI.Menus.ContextMenuGroup Return New ContextMenuGroupEnd Function