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

IMentionBox

Interface

Provides functionality for showing a mention box.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.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.