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

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class MentionBox : IMentionBox

Inheritance: objectMentionBox

Implements: IMentionBox

Constructors

C#
public MentionBox()

Properties

Gets or sets the index of the focused item.

C#
public int FocusedItemIndex { get; set; }

Implements: IMentionBox.FocusedItemIndex

Gets a value indicating if the MentionBox is open.

C#
public bool IsOpen { get; }

Implements: IMentionBox.IsOpen

C#
public RadPopupControlBase Popup { get; }
C#
public Size PopupSize { get; set; }

Methods

Hides the mention box.

C#
public void Hide()

Implements: IMentionBox.Hide()

C#
public void Show()

Shows the mention box.

C#
public void Show(RadRichTextBox richTextBox)
Parameters:richTextBoxRadRichTextBox

The current richTextBox instance.

Implements: IMentionBox.Show(RadRichTextBox)