Table of Contents

Method ShowContextMenu

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

ShowContextMenu(CommandID, int, int)

Shows the shortcut menu with the given command ID at the given location.

public override void ShowContextMenu(CommandID menuID, int x, int y)

Parameters

menuID CommandID

The shortcut menu to display.

x int

The x-coordinate of the shortcut menu's location.

y int

The y-coordinate of the shortcut menu's location.