IMenuCommandService.ShowContextMenu 方法

在指定位置显示指定的快捷菜单。

**命名空间:**System.ComponentModel.Design
**程序集:**System(在 system.dll 中)

语法

声明
Sub ShowContextMenu ( _
    menuID As CommandID, _
    x As Integer, _
    y As Integer _
)
用法
Dim instance As IMenuCommandService
Dim menuID As CommandID
Dim x As Integer
Dim y As Integer

instance.ShowContextMenu(menuID, x, y)
void ShowContextMenu (
    CommandID menuID,
    int x,
    int y
)
void ShowContextMenu (
    CommandID^ menuID, 
    int x, 
    int y
)
void ShowContextMenu (
    CommandID menuID, 
    int x, 
    int y
)
function ShowContextMenu (
    menuID : CommandID, 
    x : int, 
    y : int
)

参数

  • menuID
    要显示的快捷菜单的 CommandID
  • x
    屏幕上的 x 坐标,菜单此处显示。
  • y
    屏幕上的 y 坐标,菜单此处显示。

备注

ShowContextMenu 方法可以在指定位置处显示以下包含菜单命令的任何 Visual Studio .NET 快捷菜单:

菜单

CommandID

为容器显示的快捷菜单

ContainerMenu

为组件栏显示的快捷菜单

ComponentTrayMenu

为所选内容显示的快捷菜单

SelectionMenu

为栏选择显示的快捷菜单

TraySelectionMenu

此方法还可显示其他已注册的快捷菜单。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

IMenuCommandService 接口
IMenuCommandService 成员
System.ComponentModel.Design 命名空间
CommandID 类