在控件的相对指定方向位置显示菜单。

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

语法

C#
void Show(
	Control control,
	Point position,
	ToolStripDropDownDirection direction
)

参数

control
Type: System.Windows.Forms..::.Control
作为位置参考的控件,显示的右键菜单位置以控件的左上角作为参考点。
position
Type: System.Drawing..::.Point
显示位置的坐标。
direction
Type: System.Windows.Forms..::.ToolStripDropDownDirection
显示位置的方向。

请参见