mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-18 01:35:38 -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:
@@ -25,7 +25,6 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Hardcodet.Wpf.TaskbarNotification.Interop
|
||||
{
|
||||
@@ -290,10 +289,12 @@ namespace Hardcodet.Wpf.TaskbarNotification.Interop
|
||||
MouseEventReceived(MouseEvent.BalloonToolTipClicked);
|
||||
break;
|
||||
|
||||
//show ToolTip
|
||||
case 0x406:
|
||||
ChangeToolTipStateRequest(true);
|
||||
break;
|
||||
|
||||
//hide ToolTip
|
||||
case 0x407:
|
||||
ChangeToolTipStateRequest(false);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user