mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-22 17:29:12 -05:00
WPF NotifyIcon
-------------- ADD Added ParentTaskbarIcon attached dependency property which is set for tooltips, popups, and custom balloons. CHG Made CloseBalloon public. CHG Changed sample, cleaned up commands pattern. git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@93 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
x:Key="tbMenu">
|
||||
<MenuItem
|
||||
Header="Show Main Window"
|
||||
Command="{Binding Source={x:Static Commands:TaskbarIconCommands.ShowMain}}">
|
||||
Command="{Commands:ShowMainWindowCommand}">
|
||||
<MenuItem.Icon>
|
||||
<Image
|
||||
Width="16"
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
<MenuItem
|
||||
Header="Hide Main Window"
|
||||
Command="{Binding Source={x:Static Commands:TaskbarIconCommands.HideMain}}">
|
||||
Command="{Commands:HideMainWindowCommand}">
|
||||
<MenuItem.Icon>
|
||||
<Image
|
||||
Width="16"
|
||||
|
||||
Reference in New Issue
Block a user