Class MentionBox
Inheritance
System.Object
MentionBox
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class MentionBox : IMentionBox
Constructors
MentionBox()
Declaration
public MentionBox()
Properties
FocusedItemIndex
Declaration
public int FocusedItemIndex { get; set; }
Property Value
System.Int32
|
Implements
IsOpen
Popup
PopupSize
Declaration
public Size PopupSize { get; set; }
Property Value
System.Drawing.Size
|
Methods
Hide()
Show()
Declaration
public void Show()
Show(RadRichTextBox)
Declaration
public void Show(RadRichTextBox richTextBox)
Parameters
RadRichTextBox
richTextBox
|