在屏幕的相对指定方向位置显示菜单。

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

语法

C#
void Show(
	Point position,
	ToolStripDropDownDirection direction
)

参数

position
Type: System.Drawing..::.Point
显示位置的坐标。
direction
Type: System.Windows.Forms..::.ToolStripDropDownDirection
显示位置的方向。

请参见