如何在WPF中添加ToolWindow的圖標?在WPF中爲ToolWindow添加圖標
正如
<Window x:Class="WPFApp.Account"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Accounting Information"
FontFamily="Calibri" FontSize="13"
WindowStyle="ToolWindow" ResizeMode="NoResize"
Width="600" Height="600">
當你說ToolWindow時,你的意思是什麼? – 2009-09-28 12:54:29
這是一個Visual Studio加載項ToolWindow嗎? – user7116 2009-09-28 13:04:45
@sauron如果有任何解決您的問題,你可以選擇作爲答案 – superjos 2015-10-13 23:06:21