Open Asteriskx opened 1 year ago
<mah:MetroWindow.TaskbarItemInfo>
<TaskbarItemInfo>
<TaskbarItemInfo.ThumbButtonInfos>
<ThumbButtonInfo x:Name="tbiNp" ImageSource="アイコン画像"
Description="nowplaying" Command="{Binding NowPlayingCommand}" />
</TaskbarItemInfo.ThumbButtonInfos>
</TaskbarItemInfo>
</mah:MetroWindow.TaskbarItemInfo>
参考サイト https://learn.microsoft.com/ja-jp/dotnet/api/system.windows.shell.taskbariteminfo?view=netframework-4.7.2
実装案