all groups > dotnet windows forms > may 2006 >
You're in the

dotnet windows forms

group:

ToolStripMenuItem and tool tips


ToolStripMenuItem and tool tips steffen_home_92 NO[at]SPAM hotmail.com
5/29/2006 10:42:37 AM
dotnet windows forms: Hi,

Is it normal that tool tips appear on menu items of a menu strip
although the ShowItemToolTips property of the menu strip is set to
false? I know that setting the ToolTipText property of a menu item to
an empty string prevents tool tips from being shown but I need this
property to fill the status bar panal when the mouse hovers over a menu
item. Additionally it's very strange that this behaviour doesn't appear
with menu items that are directly added to the menu strip's
ToolStripItemCollection (that means these items who have no parent menu
item).

Can anybody tell me something about that?

Thanks,
Steffen
Re: ToolStripMenuItem and tool tips Steffen
5/31/2006 7:41:27 AM
Not a very good solution but using the Tag property of the menu item
instead of ToolTipText property works fine.

Steffen
AddThis Social Bookmark Button