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를 말할 때 정확히 무엇을 의미합니까? –
이 도구는 Visual Studio의 추가 기능 ToolWindow입니까? – user7116
@sauron이 문제를 해결하면 그 대답을 – superjos