ShellDynamicMenuSeparator class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:36

Description

In a menu, provides the most recently used items, to be easily reopened.

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

ItemsSourceBinding path

Example

<l:ShellDynamicMenuSeparator 

         ItemsSource="{Binding Path=(l:ShellUI.Instance).MostRecentlyUsed, RelativeSource={RelativeSource AncestorType={x:Type l:ShellWindow}}}"

/>

 

<l:ShellDynamicMenuSeparator 

         ItemsSource="{Binding Path=(l:ShellUI.Instance).MostRecentlyUsed.FilteredItems, RelativeSource={RelativeSource AncestorType={x:Type l:ShellWindow}}}"

/>