You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to update items' status, like disable/enable, through an update pattern before the context menu shows. Currently, I use TrayIconWithContextMenu and MoveMove event, which is not the best practice. Would you add something like on_before_popup event? I think we used WM_INITMENUPOPUP inwin32.
Why is this needed:
For which Platform:
All
WPF
WinUI
Uno
Core
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
My time is very limited for now, and I just implemented handling of this event. You can access this via TrayIconWithContextMenu.MessageWindow.InitMenuPopup
It's a shame it didn't work. Unfortunately, I now have big problems with free time and don’t have access to a Windows machine, so I’m leaving this open
What would you like to be added:
I need to update items' status, like disable/enable, through an update pattern before the context menu shows. Currently, I use TrayIconWithContextMenu and MoveMove event, which is not the best practice. Would you add something like on_before_popup event? I think we used WM_INITMENUPOPUP inwin32.
Why is this needed:
For which Platform:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: