Represents a context menu of RadTextBoxControlElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TextBoxControlDefaultContextMenu : RadContextMenu, IComponent, IDisposable, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentRadContextMenuTextBoxControlDefaultContextMenu
Implements:
Inherited Members
Constructors
Initializes a new instance of the TextBoxControlDefaultContextMenu class.
C#
public TextBoxControlDefaultContextMenu(RadTextBoxControlElement textBox)
The text box.
Properties
Gets the associated text box.
C#
protected RadTextBoxControlElement TextBox { get; }
Methods
Adds the menu item by localizable string identifier
C#
protected virtual RadMenuItem AddMenuItem(string stringId)
The string id.
Returns:Raises the DropDownOpening event.
C#
protected override void OnDropDownOpening(CancelEventArgs args)
The event arguments
Overrides: