[]
        
(Showing Draft Content)

C1.Win.Ribbon.C1BackstageView

C1BackstageView Class

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.

Implements
IUiaButton
IUiaInvokeProvider
ISupportUiaContainer
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
[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

Constructors

Name Description
C1BackstageView()

Creates a new instance of C1BackstageView.

Properties

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.

Methods

Name Description
GetBackstageView(C1Ribbon)

Gets or sets the C1BackstageView associated with current C1Ribbon.

Load(Stream)

Loads a C1BackstageView definition from a Stream.

Load(string)

Loads a C1BackstageView definition from an XML file.

Load(XmlDocument)

Loads a C1BackstageView definition from an XmlDocument.

OnDeserialized(EventArgs)

Raises the Deserialized event.

OnDoubleClick(EventArgs)

Raises the DoubleClick event.

OnDropDownClosing(CancelEventArgs)

The DropDownClosing event is fired before the drop-down portion of C1BackstageView is closed.

OnItemDeserialized(ItemDeserializedEventArgs)

Raises the ItemDeserialized event.

Save(Stream)

Saves a C1BackstageView definition into a Stream.

Save(string)

Saves a C1BackstageView definition into an XML file.

Save(XmlTextWriter)

Saves a C1BackstageView definition into an XmlWriter.

SetBackstageView(C1Ribbon, C1BackstageView)

Sets the C1BackstageView associated with current C1Ribbon.

ShouldSerializeLeftPaneItems()
ShouldSerializeRightPaneItems()

Events

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.