I posted this question about a year ago Thread796-1330328 and didn't get any responses. Maybe someone else has ran across it by now. How does one turn tooltips on and off for the MenuStrip drop down items and their sub drop down items?
The following:
MenuStrip1.ShowItemToolTips = False
works only on the top level. I have tried several ways involving cycling through the dropdown items, etc. It seems the only way is the brute force method of setting the tooltiptext property to null then refilling the text again when tool tips are to be shown. The Autotooltip item doesn't seem to have any effect either.
Does anyone know a better way?
The following:
MenuStrip1.ShowItemToolTips = False
works only on the top level. I have tried several ways involving cycling through the dropdown items, etc. It seems the only way is the brute force method of setting the tooltiptext property to null then refilling the text again when tool tips are to be shown. The Autotooltip item doesn't seem to have any effect either.
Does anyone know a better way?