I am unable to easily turn tooltips off on the drop down items for the vb 2005 menu strip. The main control:
MenuStrip1.ShowItemToolTips
just controls the showing of tool tips on the top level strip items but has no effect on the drop down items or their sub items. I have found no means to control it on the drop down items short of setting the ToolTipText property to the null string. Then of course, I have to same and reload all the text.
Does anyone know a better way?
Thanks
MenuStrip1.ShowItemToolTips
just controls the showing of tool tips on the top level strip items but has no effect on the drop down items or their sub items. I have found no means to control it on the drop down items short of setting the ToolTipText property to the null string. Then of course, I have to same and reload all the text.
Does anyone know a better way?
Thanks