Interface IMentionBox
Provides functionality for showing a mention box.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IMentionBox
Properties
FocusedItemIndex
Gets or sets the index of the focused item.
Declaration
int FocusedItemIndex { get; set; }
Property Value
System.Int32
|
IsOpen
Gets a value indicating if the MentionBox is open.
Declaration
bool IsOpen { get; }
Property Value
System.Boolean
|
Methods
Hide()
Hides the mention box.
Declaration
void Hide()
Show(RadRichTextBox)
Shows the mention box.
Declaration
void Show(RadRichTextBox richTextBox)
Parameters
RadRichTextBox
richTextBox
The current richTextBox instance. |