Files
Shrlalgo.RvKits/WPFluent/Resources/DefaultContextMenu.xaml

8 lines
406 B
Plaintext
Raw Normal View History

2025-05-05 17:04:06 +08:00
<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>