RibbonApplicationMenu.FooterPaneContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the content of the Application Menu footer pane.
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
Property Value
The content of the Application Menu footer pane. The registered default is null
. For more information about what can influence the value, see Dependency Property Value Precedence.
Examples
The following example shows the footer pane content of the Application Menu shown previously.
Remarks
The Application Menu has a footer pane that can host additional content. The FooterPaneContent property typically hosts buttons that enable access to program options and the Exit command.
The following illustration shows the Application Menu for a ribbon control. The footer pane hosts an Exit button.
Dependency Property Information
Identifier field | FooterPaneContentProperty |
Metadata properties set to true |
None |