InterfaceIContextMenuContentBuilder
Interface
Generates items for context menu.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Menus
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IContextMenuContentBuilder
Properties
RadRichTextBox
Gets or sets the RadRichTexBox to get context from.
Declaration
cs-api-definition
RadRichTextBox RadRichTextBox { get; set; }
Property Value
Methods
Construct()
Constructs collection of context menu groups, depending on the context determined from RadRichTextBox and IncorrectWordInfo properties.
Declaration
cs-api-definition
ContextMenuGroupCollection Construct()
Returns