It appears this is a limitation of the NotifyIcon in WinForms which means it cannot directly be implemented with the native toast notifications in WinForms. It might be possible to do something called ToolTip.OwnerDraw but this would require directly rendering the toast manually and doesn't use the system rendering.
It appears this is a limitation of the `NotifyIcon` in WinForms which means it cannot directly be implemented with the native toast notifications in WinForms. It might be possible to do something called `ToolTip.OwnerDraw` but this would require directly rendering the toast manually and doesn't use the system rendering.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Add support to show icons sent with a notification.
It appears this is a limitation of the
NotifyIconin WinForms which means it cannot directly be implemented with the native toast notifications in WinForms. It might be possible to do something calledToolTip.OwnerDrawbut this would require directly rendering the toast manually and doesn't use the system rendering.