I am sorry I don't know the right name of it I just keep calling it "Application Menu". It's the menu you get when you click the applications icon in the top left corner or when you right-click on the application in the task bar.
Anyway, in my WPF application I want to add items to that menu. In my old MFC C++ days this was an easy task but for a WPF application I have no idea how to do it. Do I have to make some unmanaged API calls?