Share via


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

如果叫用命令,則使用捷徑功能表的預設位置。 通常預設位置為選取屬性的中央。

屬性

備註

快捷方式功能表位置是方格中作用中屬性標籤的中心。 您可以使用這項資訊,在使用鍵盤叫用功能表時放置快捷方式功能表。

適用於