IMentionBox
Interface
Provides functionality for showing a mention box.
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public interface IMentionBox
Derived Classes:
Properties
Gets or sets the index of the focused item.
C#
int FocusedItemIndex { get; set; }
Methods
Hides the mention box.
C#
void Hide()
Shows the mention box.
C#
void Show(RadRichTextBox richTextBox)
The current richTextBox instance.