ControlDesigner.OnContextMenu メソッド
コンテキスト メニューを表示し、コンテキスト メニューが表示される直前に追加処理を実行する機会を提供します。
Protected Overridable Sub OnContextMenu( _
ByVal x As Integer, _ ByVal y As Integer _)
[C#]
protected virtual void OnContextMenu(intx,inty);
[C++]
protected: virtual void OnContextMenu(intx,inty);
[JScript]
protected function OnContextMenu(
x : int,y : int);
パラメータ
- x
コンテキスト メニューを表示する位置の x 座標。 - y
コンテキスト メニューを表示する位置の y 座標。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
ControlDesigner クラス | ControlDesigner メンバ | System.Windows.Forms.Design 名前空間