次の方法で共有


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 名前空間