Professional UI Solutions
Site Map   /  Register
 
 

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.

Forums » Prof-UIS Tech Support » CExtPopupMenuWnd question Collapse All
Subject Author Date
Offer Har Apr 24, 2008 - 2:58 PM

Is it possible to add a tooltip item to a menu item, so that when the user hovers on a menu item the popup will appear?

Technical Support Apr 26, 2008 - 1:44 AM

The CExtPopupMenuWnd::g_nMsgItemCoveringNotification registered message allows you to track menu events. It’s sent both by menus for menu items and by toolbars for toolbar buttons. The HelpNotes sample handles it in the CMainFrame::OnItemCoveringNotification() and displays a rich edit control as a popup.