Is there a way to add items to the content pane context menu? or is there a way to have a custom context menu? The item I am right clicking is on the header of a pane or on a tab that contains the content pane. I like the context menu that comes up and the feature set is very rich but I would like to add things to it if possible.
Thanks
The ContentPane has a OptionsMenuOpening event that you can handle and use to add/remove menu items from the context menus for the pane.
Thanks!. I realized this yesterday as well... It works Great!