add ShowBalloonTip3

This commit is contained in:
Liu Zhenpeng 2019-09-10 17:49:49 +08:00
parent 1918f71189
commit 12bdc1a727

View File

@ -195,9 +195,9 @@ namespace HandyControl.Controls
break;
}
UnsafeNativeMethods.Shell_NotifyIcon(NativeMethods.NIM_MODIFY, data);
}
}
private static void OnIsBlinkChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
private static void OnIsBlinkChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
{
var ctl = (NotifyIcon)d;
if (ctl.Visibility != Visibility.Visible) return;