$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
RibbonBar Control for Windows Forms
Create Backstage View in Office 2010 using KetticRibbonBar control for C# Windows application
Home > WinForms UI Controls > User Manual > RibbonBar Backstage View in C#

KetticRibbonBar Backstage View in C#.NET

KetticRibbonBar control for Windows Forms provides the Backstage View for the designers to replace the Application Menu in Office 2010. The backstage view is actually a menu that includes buttons and tabs to cover the entire window. It provides fully customizable backstage view support and the tab of the backstage view allows the users to populate any type of controls in the content area.

Enable BackstageView of RibbonBar Control

When the users want to apply the Backstage View to the KetticRibbonBar control, they can set the ApplicationMenuStyle property to BackstageView to enable this functionality.

ketticRibbonBar1.ApplicationMenuStyle = Kettic.WinForms.UI.ApplicationMenuStyle.BackstageView;

Events for Customize Backstage View in C# project

KetticRibbonBar .NET component provides a variety of events for the users of the component to subscribe and customize the behavior of the BackstageView. The following are the events that can be used in the C#.NET projects.
  • OpenBackstageView, this event is used to perform custom actions when the backstage view is to open.
  • CloseBackstageView, this event is used to perform custom actions as the backstage is to close.
  • BackstageViewOpened, this event is used to perform actions when the backstage has opened
  • BackstageViewClosed, this event is used to perform actions when the backstage has closed
  • ChangeItemSelected, this event is used to cancel the changing to the tab selected as the tab has changed
  • ChangedItemSelected, this event is used to perform custom actions as the tab has changed
  • ItemClicked, this event is used to perform the custom actions to the item when it is clicked
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls