I had a few integration issues in my host app with the SecondWindow ContextMenuMode with TrayIcon.
- Right-click of TrayIcon for context menu could result in a no-op
2. Display of the Context Menu would sometimes only occur on 2nd right-click of Tray Icon
- SecondWindow Context Menu could appear z-ordered behind the taskbar
4. Context menu would appeared hidden behind the taskbar (see attached screenshot)
- Host app integration and synchronization mechanism for specialized requirement was brittle
6. I needed a robust mechanism integration and for synchronization of the context menu display with the host app
'Hidden' context menu:

This issues have been addressed in PR #227
I had a few integration issues in my host app with the SecondWindow ContextMenuMode with TrayIcon.
2. Display of the Context Menu would sometimes only occur on 2nd right-click of Tray Icon
4. Context menu would appeared hidden behind the taskbar (see attached screenshot)
6. I needed a robust mechanism integration and for synchronization of the context menu display with the host app
'Hidden' context menu:

This issues have been addressed in PR #227