【发布时间】:2009-09-28 11:12:54
【问题描述】:
如何在 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 到底是什么意思?
-
这是 Visual Studio 插件工具窗口吗?
-
@sauron 如果其中任何一个解决了您的问题,您可能会选择它作为答案