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 General Discussion » Show/Hide Menu Items Collapse All
Subject Author Date
Chance Yohman Aug 29, 2008 - 8:19 AM

Is there a way to show or hide menu items based on settings? There has to be. I can show/hide recently used items under the File Menu in Microsoft Word. Where do I start?

Technical Support Aug 30, 2008 - 8:47 AM

Please read the following F.A.Q. first:

http://www.prof-uis.com/prof-uis/tech-support/faq/pop-up-menus.aspx#how-to-set-pop-up-menu-visualization-options

In order to disable the menu expanding feature, simply invoke the following code :

CExtPopupMenuWnd::g_bMenuExpanding = false;
CExtPopupMenuWnd::g_bMenuHighlightRarely = false;