Class TextBoxControlDefaultContextMenu
Represents a context menu of Rad
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TextBoxControlDefaultContextMenu : RadContextMenu, IAnalyticsProvider
Constructors
TextBoxControlDefaultContextMenu(RadTextBoxControlElement)
Initializes a new instance of the Text
Declaration
public TextBoxControlDefaultContextMenu(RadTextBoxControlElement textBox)
Parameters
Rad The text box. |
Properties
TextBox
Gets the associated text box.
Declaration
protected RadTextBoxControlElement TextBox { get; }
Property Value
Methods
AddMenuItem(String)
Adds the menu item by localizable string identifier
Declaration
protected virtual RadMenuItem AddMenuItem(string stringId)
Parameters
System. The string id. |
Returns
OnDropDownOpening(CancelEventArgs)
Declaration
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters
System.
|