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 have a requirement to show the application window on any interaction with the tasktray icon. LeftClickCommand works great, but there is nothing for right-click.
I tried handling MouseRightButtonUp but it doesn't seem to work. I think the event doesn't originate from the notify icon.
I have a requirement to show the application window on any interaction with the tasktray icon.
LeftClickCommand
works great, but there is nothing for right-click.I tried handling
MouseRightButtonUp
but it doesn't seem to work. I think the event doesn't originate from the notify icon.Would it be possible to create a
RightClickCommand
?The text was updated successfully, but these errors were encountered: