在屏幕指定的(X,Y)位置显示右键菜单。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
void Show(
	int x,
	int y
)

参数

x
Type: System..::.Int32
显示位置的 X 坐标。
y
Type: System..::.Int32
显示位置的 Y 坐标。

请参见