PropertyGrid.ContextMenuDefaultLocation プロパティ

定義

ショートカット メニューの既定の位置を取得します。

public:
 property System::Drawing::Point ContextMenuDefaultLocation { System::Drawing::Point get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point ContextMenuDefaultLocation { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContextMenuDefaultLocation : System.Drawing.Point
Public ReadOnly Property ContextMenuDefaultLocation As Point

プロパティ値

Point

コマンドが呼び出されたときのショートカット メニューの既定の位置。 通常、この位置は選択されているプロパティの中央になります。

属性

注釈

ショートカット メニューの場所は、グリッド内のアクティブなプロパティ ラベルの中心です。 この情報を使用すると、キーボードを使用してメニューが呼び出されたときにショートカット メニューを配置できます。

適用対象