Jack251970.TrayIconFlyout.Wpf
1.0.3
dotnet add package Jack251970.TrayIconFlyout.Wpf --version 1.0.3
NuGet\Install-Package Jack251970.TrayIconFlyout.Wpf -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jack251970.TrayIconFlyout.Wpf" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jack251970.TrayIconFlyout.Wpf" Version="1.0.3" />
<PackageReference Include="Jack251970.TrayIconFlyout.Wpf" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Jack251970.TrayIconFlyout.Wpf --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jack251970.TrayIconFlyout.Wpf, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Jack251970.TrayIconFlyout.Wpf@1.0.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Jack251970.TrayIconFlyout.Wpf&version=1.0.3
#tool nuget:?package=Jack251970.TrayIconFlyout.Wpf&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Usage
SystemTrayIcon
Use SystemTrayIcon to create a tray icon for your app.
SystemTrayIcon = new(
new("21B7FA20-C95D-450E-9AB8-DA6E9719AEBA"),
new("Assets\\Tray.ico"),
"TrayIconFlyout sample app (WPF)");
SystemTrayIcon.Show();
TrayIconFlyout
Use TrayIconFlyout for the Shell Flyout behavior.
<me:TrayIconFlyout x:Class="..." ... Width="360">
<me:TrayIconFlyoutIsland Height="300">
</me:TrayIconFlyoutIsland>
<me:TrayIconFlyoutIsland Height="300">
</me:TrayIconFlyoutIsland>
</me:TrayIconFlyout>
if (_trayIconFlyout.IsOpen)
_trayIconFlyout.Hide();
else
_trayIconFlyout.Show();
Screenshots
Visit the repo's README: https://github.com/Jack251970/TrayIconFlyout.Wpf
License
Copyright (c) 2026 Jack251970. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-windows10.0.19041 is compatible. net10.0-windows was computed. net10.0-windows10.0.19041 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0-windows10.0.19041
- CommunityToolkit.Mvvm (>= 8.4.0)
-
net9.0-windows10.0.19041
- CommunityToolkit.Mvvm (>= 8.4.0)
- System.Drawing.Common (>= 10.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.