[]
The main button at the top-left corner of the ribbon, which presents a drop-down menu of the full size of the application that contains functionality previously found in the File menu.
[ToolboxBitmap(typeof(C1Ribbon), "C1BackstageView.png")]
[C1Description("C1BackstageView", "Presents a drop-down menu of the full size of the application that contains functionality previously found in the File menu.")]
public class C1BackstageView : RibbonDropDownBase, IComponent, IDisposable, IExtenderProvider, IUiaButton, IUiaInvokeProvider, ISupportUiaContainer
| Name | Description |
|---|---|
| C1BackstageView() | Creates a new instance of C1BackstageView. |
| Name | Description |
|---|---|
| BackButton | Gets the properties of the C1BackstageView drop-down back button. |
| KeyTip | Gets or sets the KeyTip providing keyboard access to the nackstage view. |
| LeftBottomPaneItems | Gets the collection of items in the left bottom pane of the backstage view. |
| LeftPaneItems | Gets the collection of items in the left pane of the backstage view. |
| LeftWidth | Gets or sets the width of the hamburger panel. |
| Owner | Gets or sets C1Ribbon object to which the C1BackstageView belongs. |
| Text | Gets or sets the text associated with the backstage view. |
| Visible | Gets or sets whether the backstage view button is visible. |
| Name | Description |
|---|---|
| Deserialized | Occurs when the C1BackstageView component is loaded from XML. |
| DoubleClick | Occurs when the backstage view button is double-clicked. |
| DropDownClosing | Occurs when the drop-down portion of C1BackstageView closing. |
| ItemDeserialized | Occurs when a RibbonItem is loaded from XML. |