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 » CExtControlBar and Popup menu on chevron button Collapse All
Subject Author Date
Dmitry Kostromin Nov 9, 2005 - 8:28 AM


I handle OnConstructPopupMenuCB to customize my owner menu on chevron button, but my menu displays horizontally like:


 


File | Edit | View | About


 


But I want that menu was vertical like tradditional popup menu


_File_


_Edit_


_View_


_About_


Can I do this ??

Technical Support Nov 9, 2005 - 12:43 PM

Prof-UIS 2.50 provides support for the palette layout in popup menu. This layout is now used by default in the popup menus displayed by the toolbar’s chevron button. To make this menu having the classic menu layout, use CExtToolControlBar and/or CExtMenuControlBar-derived classes which should implement the CExtToolControlBar::IsPaletteChevronMenu() virtual method. This method should simply return false.