RibbonApplicationMenu.AuxiliaryPaneContent 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 auxiliary pane.
public:
property System::Object ^ AuxiliaryPaneContent { System::Object ^ get(); void set(System::Object ^ value); };
public object AuxiliaryPaneContent { get; set; }
member this.AuxiliaryPaneContent : obj with get, set
Public Property AuxiliaryPaneContent As Object
Property Value
The content of the Application Menu auxiliary 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 auxiliary pane content of the Application Menu shown previously.
<ribbon:RibbonApplicationMenu.AuxiliaryPaneContent>
<ribbon:RibbonGallery CanUserFilter="False"
ScrollViewer.VerticalScrollBarVisibility="Auto">
<ribbon:RibbonGalleryCategory Header="Recent Documents"
Background="Transparent"
ItemsSource="{DynamicResource MostRecentFiles}">
<ribbon:RibbonGalleryCategory.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Vertical" IsItemsHost="True"/>
</ItemsPanelTemplate>
</ribbon:RibbonGalleryCategory.ItemsPanel>
</ribbon:RibbonGalleryCategory>
</ribbon:RibbonGallery>
</ribbon:RibbonApplicationMenu.AuxiliaryPaneContent>
Remarks
The Application Menu has an auxiliary pane that can host additional content. The AuxiliaryPaneContent property hosts a RibbonGallery and is typically used to display a list of recent documents.
The following illustration shows the Application Menu for a ribbon control. The auxiliary pane hosts a list of recent documents.
Dependency Property Information
Identifier field | AuxiliaryPaneContentProperty |
Metadata properties set to true |
None |