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 » Possible to remove a CExtControlBar out of the "Controlbar List" Collapse All
Subject Author Date
Hans Mayer Aug 2, 2006 - 8:35 AM

If I click on the right mouse button, then I have access to switch on/off all CExtControlBars. But one name of this ToolBar I don’t want to have inside this list. Is there any possibility to remove one menu item?

Thank you for your help!!!

Technical Support Aug 2, 2006 - 1:00 PM

You can exclude any control bar (toolbar, menu bar, resizable control bar, panel bar) from the menu with the list of all control bars created in the frame window. You should invoke the following code for this bar:

m_wndBar.m_bAppearInDockSiteControlBarPopupMenu = false;