I have a ContextMenuStrip for general form functionality and specific GoContextMenu for different GoObjects. The individual GoContextMenu is created by overriding the GetContextMenu function. Problem I’m facing. When I right-click on the GoObject, the
GoContextMenu pops up along with the ContextMenuStrip behind it. Is there a way to prevent the ContextMenuStrip from popping up when I do a right-click on the GoObject?