A NotifyIcon (system tray icon) for the WPF platform. It does not rely on the WinForms NotifyIcon, but is a purely independent control which leverages advanced features of the WPF framework in order to show rich ToolTips, Popups, context menus, and balloon messages.
This is an open source implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows FormsNotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich ToolTips, Popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.