ControlDesigner.OnContextMenu(Int32, Int32) 方法

定义

显示上下文菜单,并提供在上下文菜单将要显示时执行附加处理的机会。

protected:
 virtual void OnContextMenu(int x, int y);
protected virtual void OnContextMenu (int x, int y);
abstract member OnContextMenu : int * int -> unit
override this.OnContextMenu : int * int -> unit
Protected Overridable Sub OnContextMenu (x As Integer, y As Integer)

参数

x
Int32

上下文菜单显示处的 x 坐标。

y
Int32

上下文菜单显示处的 y 坐标。

适用于