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 |
|
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.
Examples
The following example shows the footer pane content of the Application Menu shown previously.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.