ResourceDictionary
ResourceDictionary
ResourceDictionary
resourcedictionaryにあるボタンのclickイベントをトラップする
ResourceDictionary
ResourceDictionary
ResourceDictionary
ResourceDictionary
MyResourceDictionay.xaml.csは次のようになります。 xamlは次のようになります。
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="WindowsApplication1.MyResourceDictionary"
x:ClassModifier="public">
<ControlTemplate x:Key="ExpandablePropertyEditorTemplate">
<Button x:Name="Crap" Foreground="White" Background="White">
<Image Source="Controls\check.png"/>
</Button>
</ControlTemplate>
</ResourceDictionary>
何か助けてください。