PropertyGrid.ContextMenuDefaultLocation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得捷徑功能表的預設位置。
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
屬性值
如果叫用命令,則使用捷徑功能表的預設位置。 通常預設位置為選取屬性的中央。
- 屬性
備註
快捷方式功能表位置是方格中作用中屬性標籤的中心。 您可以使用這項資訊,在使用鍵盤叫用功能表時放置快捷方式功能表。