Class
TextBoxControlDefaultContextMenu

Represents a context menu of RadTextBoxControlElement

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TextBoxControlDefaultContextMenu : RadContextMenu, IComponent, IDisposable, IAnalyticsProvider

Inheritance: objectMarshalByRefObjectComponentRadContextMenuTextBoxControlDefaultContextMenu

Implements: IAnalyticsProviderIComponentIDisposable

Inherited Members RadContextMenu.Show()RadContextMenu.Show(int, int)RadContextMenu.Show(Point)RadContextMenu.Show(Point, RadDirection)RadContextMenu.Show(Control, int, int)RadContextMenu.Show(Control, Point)RadContextMenu.Show(Control, Point, RadDirection)RadContextMenu.Show(RadItem, int, int)RadContextMenu.Show(RadItem, Point)RadContextMenu.Show(RadItem, Point, RadDirection)RadContextMenu.Show(RadItem, int, RadDirection)RadContextMenu.OnDropDownClosing(CancelEventArgs)RadContextMenu.OnDropDownOpened()RadContextMenu.OnDropDownClosed()RadContextMenu.Dispose(bool)RadContextMenu.ItemsRadContextMenu.ThemeNameRadContextMenu.ImageListRadContextMenu.DropDownRadContextMenu.AnimationEnabledRadContextMenu.AnimationFramesRadContextMenu.AnimationTypeRadContextMenu.EnableAnalyticsRadContextMenu.DropDownOpeningRadContextMenu.DropDownClosingRadContextMenu.DropDownOpenedRadContextMenu.DropDownClosedComponent.Dispose()Component.GetService(Type)Component.ToString()Component.CanRaiseEventsComponent.EventsComponent.SiteComponent.ContainerComponent.DesignModeComponent.DisposedMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

TextBoxControlDefaultContextMenu(RadTextBoxControlElement)

Initializes a new instance of the TextBoxControlDefaultContextMenu class.

Declaration

cs-api-definition
public TextBoxControlDefaultContextMenu(RadTextBoxControlElement textBox)

Parameters

textBox

RadTextBoxControlElement

The text box.

Properties

TextBox

Gets the associated text box.

Declaration

cs-api-definition
protected RadTextBoxControlElement TextBox { get; }

Property Value

RadTextBoxControlElement

Methods

AddMenuItem(string)

Adds the menu item by localizable string identifier

Declaration

cs-api-definition
protected virtual RadMenuItem AddMenuItem(string stringId)

Parameters

stringId

string

The string id.

Returns

RadMenuItem

OnDropDownOpening(CancelEventArgs)

Raises the DropDownOpening event.

Declaration

cs-api-definition
protected override void OnDropDownOpening(CancelEventArgs args)

Parameters

args

CancelEventArgs

The event arguments

Overrides RadContextMenu.OnDropDownOpening(CancelEventArgs)