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 » How do I disable the down arrow in a control bar caption? Collapse All
Subject Author Date
Chun Pong Lau Jul 17, 2008 - 5:54 AM

Dear support team,


There is a down arrow button in the caption of the control bar. How do I remove it? Thanks a lot.


Regards,


Chun Pong

Technical Support Jul 17, 2008 - 1:09 PM

The CExtControlBar::OnNcAreaButtonsReinitialize() virtual method initializes caption buttons. Each button is instance of the CExtBarNcAreaButton-based class. You should override this virtual method in your CExtControlBar-derived class, copy source code from the original method and comment instantiation of the CExtBarNcAreaButtonMenu class.