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 » Ribbon bar + Menu & Tool bars Collapse All
Subject Author Date
Juri Tsjornoi Mar 14, 2007 - 9:30 AM

Is this possible to implement and swith between ribbon bar and usual "old style" with menu bar and tool bars in the application?
So the user can select what he prefers most, whether ribbon bar or menu bar with tool bars style.

Technical Support Mar 14, 2007 - 11:33 AM

Yes, you can have the ribbon bar, menu bar and toolbars in one application. The CExtRibbonBar is a control bar which statically attached to the top border of its parent window. You can simply hide it like the status bar. You can simply hide all menu bar and toolbars and set their m_bAppearInDockSiteControlBarPopupMenu properties to false to prevent them from appearing in the context menus displayed by Prof-UIS over the frame window. You should use the CFrameWnd::ShowControlBar() method to show any of the control bars discussed in this message.