Info
Version: | 1.0.5 |
Author(s): | Philipp Sumi |
Last Update: | Saturday, November 23, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.hardcodet.net/projects/wpf-notifyicon |
NuGet Url: | https://www.nuget.org/packages/Hardcodet.Wpf.TaskbarNotification |
Install
Install-Package Hardcodet.Wpf.TaskbarNotification
dotnet add package Hardcodet.Wpf.TaskbarNotification
paket add Hardcodet.Wpf.TaskbarNotification
Hardcodet.Wpf.TaskbarNotification Download (Unzip the "nupkg" after downloading)
Dependencies
- Hardcodet.NotifyIcon.Wpf(1.0.5)
Tags
Please switch to the officially maintained NuGet package: Hardcodet.NotifyIcon.WPF
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon 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.
Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon.