Class TextBoxControlDefaultContextMenu
Represents a context menu of RadTextBoxControlElement
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 TextBoxControlDefaultContextMenu class.
Declaration
public TextBoxControlDefaultContextMenu(RadTextBoxControlElement textBox)
Parameters
RadTextBoxControlElement
textBox
The text box. |
Properties
TextBox
Gets the associated text box.
Declaration
protected RadTextBoxControlElement TextBox { get; }
Property Value
RadTextBoxControlElement
|
Methods
AddMenuItem(String)
Adds the menu item by localizable string identifier
Declaration
protected virtual RadMenuItem AddMenuItem(string stringId)
Parameters
System.String
stringId
The string id. |
Returns
RadMenuItem
|
OnDropDownOpening(CancelEventArgs)
Declaration
protected override void OnDropDownOpening(CancelEventArgs args)
Parameters
System.ComponentModel.CancelEventArgs
args
|