I'm having a problem where tool tips are not show for buttons that appear under the overflow button of a ToolStripEx, when the Office12Mode is not set to true.
I require the look of the standard ToolStrip, with tool tips shown for the buttons that get shown under the overflow button.
The current workaround that I'm using is to set Office12Mode = true at design time, and at runtime I then have to reset the Office12Mode = false.
Is there a better way to achieve this without the use of the Office12Mode?