Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Adding Ribbon look and feel..
posted

I have a MDI application layed out like Visual Studio 2008. I am already using the AppStylist to give the user different look and feel. But I would like to add the ribbon look and feel too. What would need to be done or how would you go about switching between these styles? Can the two styles exist in the same application? 

 Steve Graddy MCP, MCAD.Net
Orgbrat Consulting

Parents
No Data
Reply
  • 44743
    posted

    Do you want to add just the rounded form aspect of the applications with ribbons, or would you like to have the ribbon as well as toolbars on your application? If you just want to add the rounded form look, add an UltraToolbarsManager to you Form and set its FormDisplayStyle to RoundedSizable or RoundedFixed. If you would like to have the ribbon and toolbars appear together, make the ribbon visible on your UltraToolbarsManager and disable Office 2007 UI compatibility. Or if you just wanted to use a ribbon but keep the look of VS2008, you can show the ribbon but set the Style of the UltraToolbarsManager to VisualStudio2005.

Children