ControlDesigner.OnContextMenu(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
显示上下文菜单,并提供在上下文菜单将要显示时执行附加处理的机会。
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 坐标。