Interface
IMentionBox

Provides functionality for showing a mention box.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface IMentionBox

Properties

FocusedItemIndex

Gets or sets the index of the focused item.

Declaration

cs-api-definition
int FocusedItemIndex { get; set; }

Property Value

int

IsOpen

Gets a value indicating if the MentionBox is open.

Declaration

cs-api-definition
bool IsOpen { get; }

Property Value

bool

Methods

Hide()

Hides the mention box.

Declaration

cs-api-definition
void Hide()

Show(RadRichTextBox)

Shows the mention box.

Declaration

cs-api-definition
void Show(RadRichTextBox richTextBox)

Parameters

richTextBox

RadRichTextBox

The current richTextBox instance.