mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-24 17:25:53 -05:00
Work in progress on interactive tooltips as well as tooltip/popup unification. This is currently a bit of a mess...
This commit is contained in:
@@ -70,6 +70,17 @@ namespace Hardcodet.Wpf.TaskbarNotification
|
||||
/// <summary>
|
||||
/// The item is displayed whenever a click occurs.
|
||||
/// </summary>
|
||||
AnyClick,
|
||||
|
||||
/// <summary>
|
||||
/// The mouse is hovering over the Notify Icon (ToolTip behavior).
|
||||
/// </summary>
|
||||
Hover,
|
||||
|
||||
/// <summary>
|
||||
/// The item is displayed whenever a click occurs, or the mouse hovers
|
||||
/// over the icon (ToolTip behavior).
|
||||
/// </summary>
|
||||
All
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user