# C1.Win.Ribbon.C1BackstageView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_C1BackstageView" data-uid="C1.Win.Ribbon.C1BackstageView" class="text-break">C1BackstageView Class
</h1>
  <div class="markdown level0 summary"><p>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.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level4"><a class="xref" href="C1.Win.Ribbon.RibbonIconItem.html">RibbonIconItem</a></div>
    <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a></div>
    <div class="level6"><span class="xref">C1BackstageView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.iextenderprovider">IExtenderProvider</a></div>
    <div><span class="xref">IUiaButton</span></div>
    <div><span class="xref">IUiaInvokeProvider</span></div>
    <div><span class="xref">ISupportUiaContainer</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_C1BackstageView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Ribbon), &quot;C1BackstageView.png&quot;)]
[C1Description(&quot;C1BackstageView&quot;, &quot;Presents a drop-down menu of the full size of the application that contains functionality previously found in the File menu.&quot;)]
public class C1BackstageView : RibbonDropDownBase, IComponent, IDisposable, IExtenderProvider, IUiaButton, IUiaInvokeProvider, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Ribbon), &quot;C1BackstageView.png&quot;)&gt;
&lt;C1Description(&quot;C1BackstageView&quot;, &quot;Presents a drop-down menu of the full size of the application that contains functionality previously found in the File menu.&quot;)&gt;
Public Class C1BackstageView
    Inherits RibbonDropDownBase
    Implements IComponent, IDisposable, IExtenderProvider, IUiaButton, IUiaInvokeProvider, ISupportUiaContainer</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView__ctor" data-uid="C1.Win.Ribbon.C1BackstageView.#ctor">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.-ctor.html#C1_Win_Ribbon_C1BackstageView__ctor">C1BackstageView()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_BackButton" data-uid="C1.Win.Ribbon.C1BackstageView.BackButton">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.BackButton.html#C1_Win_Ribbon_C1BackstageView_BackButton">BackButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the properties of the <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> drop-down back button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_KeyTip" data-uid="C1.Win.Ribbon.C1BackstageView.KeyTip">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.KeyTip.html#C1_Win_Ribbon_C1BackstageView_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to the nackstage view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_LeftBottomPaneItems" data-uid="C1.Win.Ribbon.C1BackstageView.LeftBottomPaneItems">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.LeftBottomPaneItems.html#C1_Win_Ribbon_C1BackstageView_LeftBottomPaneItems">LeftBottomPaneItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the left bottom pane of the backstage view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_LeftPaneItems" data-uid="C1.Win.Ribbon.C1BackstageView.LeftPaneItems">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.LeftPaneItems.html#C1_Win_Ribbon_C1BackstageView_LeftPaneItems">LeftPaneItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the left pane of the backstage view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_LeftWidth" data-uid="C1.Win.Ribbon.C1BackstageView.LeftWidth">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.LeftWidth.html#C1_Win_Ribbon_C1BackstageView_LeftWidth">LeftWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the hamburger panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Owner" data-uid="C1.Win.Ribbon.C1BackstageView.Owner">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Owner.html#C1_Win_Ribbon_C1BackstageView_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> object to which the <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> belongs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Text" data-uid="C1.Win.Ribbon.C1BackstageView.Text">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Text.html#C1_Win_Ribbon_C1BackstageView_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with the backstage view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Visible" data-uid="C1.Win.Ribbon.C1BackstageView.Visible">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Visible.html#C1_Win_Ribbon_C1BackstageView_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the backstage view button is visible.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_GetBackstageView_C1_Win_Ribbon_C1Ribbon_" data-uid="C1.Win.Ribbon.C1BackstageView.GetBackstageView(C1.Win.Ribbon.C1Ribbon)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.GetBackstageView.html#C1_Win_Ribbon_C1BackstageView_GetBackstageView_C1_Win_Ribbon_C1Ribbon_">GetBackstageView(C1Ribbon)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> associated with current <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Load_System_IO_Stream_" data-uid="C1.Win.Ribbon.C1BackstageView.Load(System.IO.Stream)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Load.html#C1_Win_Ribbon_C1BackstageView_Load_System_IO_Stream_">Load(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> definition from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Load_System_String_" data-uid="C1.Win.Ribbon.C1BackstageView.Load(System.String)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Load.html#C1_Win_Ribbon_C1BackstageView_Load_System_String_">Load(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> definition from an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Load_System_Xml_XmlDocument_" data-uid="C1.Win.Ribbon.C1BackstageView.Load(System.Xml.XmlDocument)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Load.html#C1_Win_Ribbon_C1BackstageView_Load_System_Xml_XmlDocument_">Load(XmlDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> definition from an <span class="xref">System.Xml.XmlDocument</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_OnDeserialized_System_EventArgs_" data-uid="C1.Win.Ribbon.C1BackstageView.OnDeserialized(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.OnDeserialized.html#C1_Win_Ribbon_C1BackstageView_OnDeserialized_System_EventArgs_">OnDeserialized(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Deserialized.html">Deserialized</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_OnDoubleClick_System_EventArgs_" data-uid="C1.Win.Ribbon.C1BackstageView.OnDoubleClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.OnDoubleClick.html#C1_Win_Ribbon_C1BackstageView_OnDoubleClick_System_EventArgs_">OnDoubleClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1BackstageView.DoubleClick.html">DoubleClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_OnDropDownClosing_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.Ribbon.C1BackstageView.OnDropDownClosing(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.OnDropDownClosing.html#C1_Win_Ribbon_C1BackstageView_OnDropDownClosing_System_ComponentModel_CancelEventArgs_">OnDropDownClosing(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="C1.Win.Ribbon.C1BackstageView.DropDownClosing.html">DropDownClosing</a> event is fired before the drop-down portion of <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> is closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_OnItemDeserialized_C1_Win_Ribbon_ItemDeserializedEventArgs_" data-uid="C1.Win.Ribbon.C1BackstageView.OnItemDeserialized(C1.Win.Ribbon.ItemDeserializedEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.OnItemDeserialized.html#C1_Win_Ribbon_C1BackstageView_OnItemDeserialized_C1_Win_Ribbon_ItemDeserializedEventArgs_">OnItemDeserialized(ItemDeserializedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1BackstageView.ItemDeserialized.html">ItemDeserialized</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Save_System_IO_Stream_" data-uid="C1.Win.Ribbon.C1BackstageView.Save(System.IO.Stream)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Save.html#C1_Win_Ribbon_C1BackstageView_Save_System_IO_Stream_">Save(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves a <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> definition into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Save_System_String_" data-uid="C1.Win.Ribbon.C1BackstageView.Save(System.String)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Save.html#C1_Win_Ribbon_C1BackstageView_Save_System_String_">Save(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves a <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> definition into an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Save_System_Xml_XmlTextWriter_" data-uid="C1.Win.Ribbon.C1BackstageView.Save(System.Xml.XmlTextWriter)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Save.html#C1_Win_Ribbon_C1BackstageView_Save_System_Xml_XmlTextWriter_">Save(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves a <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> definition into an <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_SetBackstageView_C1_Win_Ribbon_C1Ribbon_C1_Win_Ribbon_C1BackstageView_" data-uid="C1.Win.Ribbon.C1BackstageView.SetBackstageView(C1.Win.Ribbon.C1Ribbon,C1.Win.Ribbon.C1BackstageView)">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.SetBackstageView.html#C1_Win_Ribbon_C1BackstageView_SetBackstageView_C1_Win_Ribbon_C1Ribbon_C1_Win_Ribbon_C1BackstageView_">SetBackstageView(C1Ribbon, C1BackstageView)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> associated with current <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_ShouldSerializeLeftPaneItems" data-uid="C1.Win.Ribbon.C1BackstageView.ShouldSerializeLeftPaneItems">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.ShouldSerializeLeftPaneItems.html#C1_Win_Ribbon_C1BackstageView_ShouldSerializeLeftPaneItems">ShouldSerializeLeftPaneItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_ShouldSerializeRightPaneItems" data-uid="C1.Win.Ribbon.C1BackstageView.ShouldSerializeRightPaneItems">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.ShouldSerializeRightPaneItems.html#C1_Win_Ribbon_C1BackstageView_ShouldSerializeRightPaneItems">ShouldSerializeRightPaneItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_Deserialized" data-uid="C1.Win.Ribbon.C1BackstageView.Deserialized">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.Deserialized.html">Deserialized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> component is loaded from XML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_DoubleClick" data-uid="C1.Win.Ribbon.C1BackstageView.DoubleClick">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.DoubleClick.html">DoubleClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the backstage view button is double-clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_DropDownClosing" data-uid="C1.Win.Ribbon.C1BackstageView.DropDownClosing">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.DropDownClosing.html">DropDownClosing</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the drop-down portion of <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> closing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1BackstageView_ItemDeserialized" data-uid="C1.Win.Ribbon.C1BackstageView.ItemDeserialized">
          <a class="xref" href="C1.Win.Ribbon.C1BackstageView.ItemDeserialized.html">ItemDeserialized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> is loaded from XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
