Share via


RibbonApplicationMenu.FooterPaneContent Property

Gets or sets the content of the Application Menu footer pane.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property FooterPaneContent As Object
public Object FooterPaneContent { get; set; }
public:
property Object^ FooterPaneContent {
    Object^ get ();
    void set (Object^ value);
}
member FooterPaneContent : Object with get, set
function get FooterPaneContent () : Object
function set FooterPaneContent (value : Object)

Property Value

Type: System.Object
The content of the Application Menu footer pane. The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

FooterPaneContentProperty

Metadata properties set to true

None

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.

Ribbon Application Menu

Examples

The following example shows the footer pane content of the Application Menu shown previously.

.NET Framework Security

See Also

Reference

RibbonApplicationMenu Class

Microsoft.Windows.Controls.Ribbon Namespace