New to Telerik UI for WinFormsStart a free 30-day trial

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: MentionBox

Properties

Gets or sets the index of the focused item.

C#
int FocusedItemIndex { get; set; }

Gets a value indicating if the MentionBox is open.

C#
bool IsOpen { get; }

Methods

Hides the mention box.

C#
void Hide()

Shows the mention box.

C#
void Show(RadRichTextBox richTextBox)
Parameters:richTextBoxRadRichTextBox

The current richTextBox instance.