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

プロパティ値

コマンドが呼び出された場合のショートカット メニューの既定の場所。 通常、これは選択したプロパティの中央に配置されます。

属性

注釈

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

適用対象