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
ItemsSource | Binding 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}}}"
/>