vote up 0 vote down star

How can I add an Icon for ToolWindow in WPF?

Just as

<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">
flag

What exactly do you mean when you say ToolWindow? – siz Sep 28 at 12:54
Is this a Visual Studio add-in ToolWindow? – sixlettervariables Sep 28 at 13:04

1 Answer

vote up 1 vote down

Have you tried the Window.Icon property?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.