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 » about "expanding rarely used menu items" function Collapse All
Subject Author Date
Pank Aug 6, 2002 - 4:21 AM

When use CExtMenuControlBar object, who can i remove the "expanding rarely used menu items" function.
thanks a lot.

Paddy Aug 7, 2002 - 3:41 AM

Hi,

I’m not sure if I understand your question right - but try this:

CExtPopupMenuWnd::g_bMenuExpanding = false;

HTH,
Paddy

Pank Aug 8, 2002 - 1:22 AM

thanks!