Does anyone know how to create a right-click context menu for the main window?
I need the context menu to appear anywhere in the main window. Is it possible to just capture right-click actions in general, and then get detailed. You can create keyboard actions/bindings, but what about mouse actions other than those predefined? I tried MainWindow_RightClick just to see, since there are other undocumented events around too, but that didn't respond. Thanks, Marcus