Class
TreeViewDefaultContextMenu

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

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

Inheritance: objectMarshalByRefObjectComponentRadContextMenuTreeViewDefaultContextMenu

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.OnDropDownOpening(CancelEventArgs)RadContextMenu.OnDropDownClosing(CancelEventArgs)RadContextMenu.OnDropDownOpened()RadContextMenu.OnDropDownClosed()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

TreeViewDefaultContextMenu(RadTreeViewElement)

Declaration

cs-api-definition
public TreeViewDefaultContextMenu(RadTreeViewElement treeView)

Parameters

treeView

RadTreeViewElement

Properties

AddMenuItem

Declaration

cs-api-definition
public TreeViewMenuItem AddMenuItem { get; }

Property Value

TreeViewMenuItem

CopyMenuItem

Declaration

cs-api-definition
public TreeViewMenuItem CopyMenuItem { get; }

Property Value

TreeViewMenuItem

CutMenuItem

Declaration

cs-api-definition
public TreeViewMenuItem CutMenuItem { get; }

Property Value

TreeViewMenuItem

DeleteMenuItem

Declaration

cs-api-definition
public TreeViewMenuItem DeleteMenuItem { get; }

Property Value

TreeViewMenuItem

EditMenuItem

Declaration

cs-api-definition
public TreeViewMenuItem EditMenuItem { get; }

Property Value

TreeViewMenuItem

ExpandCollapseMenuItem

Declaration

cs-api-definition
public TreeViewMenuItem ExpandCollapseMenuItem { get; }

Property Value

TreeViewMenuItem

PasteMenuItem

Declaration

cs-api-definition
public TreeViewMenuItem PasteMenuItem { get; }

Property Value

TreeViewMenuItem

Methods

Dispose(bool)

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

Overrides RadContextMenu.Dispose(bool)