Me.ultraToolbarsManager1.Style = ToolbarStyle.ScenicRibbon
This topic highlights the style changes in the WinToolBarsManager™ component, when using the Scenic Ribbon style. The new style can be applied by setting the Style property to ScenicRibbon either at design time or through code.
In Visual Basic:
Me.ultraToolbarsManager1.Style = ToolbarStyle.ScenicRibbon
In C#:
this.ultraToolbarsManager1.Style = ToolbarStyle.ScenicRibbon;
The Application Menu with the ScenicRibbon style will have the left and right tool areas by default. There is no footer tool area. However at the time of changing to the new style, if the footer tool area has some visible tools, they will still be available and functional. In this case you will be responsible to remove the tools in the footer area, if you prefer to have a complete ScenicRibbon style.
The Application Menu button appears as a tab in the ribbon tab area. Also, double-clicking the Application menu button will no longer close the application like in the Fluent Ribbon. The default key tip for the Application Menu button remains “F”.
Application Menu with left and right tool areas:
Application Menu with left, right and footer tool areas: