When creating menus with submenus in Visual C++ Studio 2008, I find that submenus begin as arrows that I must click to expand to see their contents. Is there a way (programatically) to have the submenus pop-out already expanded (with no arrow to click)?
Here is an image of what I am talking about, before and after clicking aforementioned arrow:
http://www.postimage.org/image.php?v=Pq1qL6rr This is using ribbon menus, created in a MFC Application project.
Thanks!