共用方式為


RibbonApplicationMenu.FooterPaneContent 屬性

定義

取得或設定應用程式功能表頁尾窗格的內容。

public:
 property System::Object ^ FooterPaneContent { System::Object ^ get(); void set(System::Object ^ value); };
public object FooterPaneContent { get; set; }
member this.FooterPaneContent : obj with get, set
Public Property FooterPaneContent As Object

屬性值

Object

應用程式功能表頁尾窗格的內容。 已註冊的預設值是 null。 如需可能會影響該值的相關詳細資訊,請參閱 相依性屬性值優先順序

範例

下列範例顯示先前所顯示應用程式功能表的頁尾窗格內容。

備註

[應用程式功能表] 具有可裝載其他內容的 頁尾窗格 。 屬性 FooterPaneContent 通常會裝載可存取程式選項和 Exit 命令的按鈕。

下圖顯示功能區控制項的應用程式功能表。 頁尾窗格會裝載 [ 結束 ] 按鈕。

功能區應用程式功能表

相依性屬性資訊

識別碼欄位 FooterPaneContentProperty
中繼資料屬性設定為 true

適用於