在控件的相对指定位置(X,Y)显示右键菜单。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
void Show( Control control, int x, int y ) |
参数
- control
- Type: System.Windows.Forms..::.Control
作为位置参考的控件,显示的右键菜单位置以控件的左上角作为参考点。
- x
- Type: System..::.Int32
显示位置的 X 坐标。
- y
- Type: System..::.Int32
显示位置的 Y 坐标。