Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
anil vyas
|
Jul 18, 2007 - 3:19 AM
|
Hi, I want to show tooltips on menu item.How is it possible?
|
|
Suhai Gyorgy
|
Jul 18, 2007 - 6:20 AM
|
You have to set the following global variable during initialization:
CExtPopupMenuWnd::g_eTtsClassicMenu = CExtPopupMenuTipWnd::__ETS_RECTANGLE;
There are other Tooltip styles available also. By default it’s __ETS_NONE, meaning there’s no tooltip. Check all __ETS_* styles to see which is best for you.
|
|