我有一个简单的WPF窗口:
<Window x:Class="InvertedColorTest.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300">
<Menu>
<MenuItem Header="ABC">
<CheckBox>Menu1</CheckBox>
<MenuItem Header="Blabla"></MenuItem>
</MenuItem>
</Menu>
</Window>
当您打开菜单并将鼠标移到条目上以突出显示它们时,它看起来就像在下面的图片中一样。
如果我在Win7(以及Windows服务器系统)上切换到Windows经典主题,“blabla”菜单条目的文本将被反转,但复选框文本不会被反转。
有没有人知道如何解决这个问题?我使用的是dotnet 3.5