Files
ShrlAlgoToolkit/WPFluent/Resources/DefaultContextMenu.xaml
2025-05-05 17:04:06 +08:00

8 lines
406 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ContextMenu x:Key="DefaultControlContextMenu">
<MenuItem Command="ApplicationCommands.Copy" />
<MenuItem Command="ApplicationCommands.Cut" />
<MenuItem Command="ApplicationCommands.Paste" />
</ContextMenu>
</ResourceDictionary>