I have a ContextMenuStrip with a custom renderer class that paints the items according to the user's color choices. However, when the custom class is active, the items in the ContextMenuStrip must be clicked in order to bring up its DropDownItems - They will not automatically appear.
How can I make them appear on hover, like the default functionality? The items in the menu are dynamically generated and aren't always the same.