DocumentDesigner.OnContextMenu(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在應顯示內容功能表時呼叫。
protected:
override void OnContextMenu(int x, int y);
protected override void OnContextMenu (int x, int y);
override this.OnContextMenu : int * int -> unit
Protected Overrides Sub OnContextMenu (x As Integer, y As Integer)
參數
- x
- Int32
要顯示內容功能表位置的水平螢幕座標。
- y
- Int32
要顯示內容功能表位置的垂直螢幕座標。
備註
這個方法會顯示檔設計工具的操作功能表。