Table of Contents

Class OutlineContextMenu

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Implements a outline context menu.

public class OutlineContextMenu : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
OutlineContextMenu
Implements

Constructors

OutlineContextMenu(OutlineControl)

Initializes a new instance of the OutlineContextMenu class and associates it with the specified container.

Properties

ContextMenu
DesignerCommands
OutlineControl

Methods

CopyItem_Click(object, EventArgs)
CutItem_Click(object, EventArgs)
DeleteItem_CLick(object, EventArgs)
MoveDownItem_Click(object, EventArgs)
MoveInItem_Click(object, EventArgs)
MoveOutItem_Click(object, EventArgs)
MoveUpItem_Click(object, EventArgs)
PasteItem_Click(object, EventArgs)
PropertiesItem_Click(object, EventArgs)
RenameItem_Click(object, EventArgs)
ShowContextMenu(Point)

Shows the context menu at the specified location.

UpdateMenu()
ViewCodeItem_Click(object, EventArgs)