wpfui icon indicating copy to clipboard operation
wpfui copied to clipboard

Fix: setting NotifyIcon.TooltipText at runtime doesn't work

Open textGamex opened this issue 1 year ago • 0 comments

Pull request type

Please check the type of change your PR introduces:

  • [ ] Update
  • [x] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Documentation content changes

What is the current behavior?

Setting NotifyIcon.TooltipText at runtime doesn't work

Issue Number: Setting NotifyIcon.TooltipText at runtime doesn't work #670

What is the new behavior?

  • fix this bug.

Other information

Interface changed

In the INotifyIcon interface, a new method called ModifyToolTip has been added

textGamex avatar Jun 14 '24 17:06 textGamex