# C1.Win.Ribbon.RibbonApplicationMenu

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonApplicationMenu" data-uid="C1.Win.Ribbon.RibbonApplicationMenu" class="text-break">RibbonApplicationMenu 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 (<a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.html">RibbonApplicationMenu</a>)
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">RibbonApplicationMenu</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><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_RibbonApplicationMenu_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonApplicationMenu : RibbonDropDownBase, IComponent, IDisposable, IUiaButton, IUiaInvokeProvider, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonApplicationMenu
    Inherits RibbonDropDownBase
    Implements IComponent, IDisposable, 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_RibbonApplicationMenu__ctor" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.-ctor.html#C1_Win_Ribbon_RibbonApplicationMenu__ctor">RibbonApplicationMenu()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.html">RibbonApplicationMenu</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_RibbonApplicationMenu_AllowExtendedSubmenuHeight" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.AllowExtendedSubmenuHeight">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.AllowExtendedSubmenuHeight.html#C1_Win_Ribbon_RibbonApplicationMenu_AllowExtendedSubmenuHeight">AllowExtendedSubmenuHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the submenu options can extend outside the application menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_Appearance" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.Appearance">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.Appearance.html#C1_Win_Ribbon_RibbonApplicationMenu_Appearance">Appearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the application menu appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_BottomPaneItems" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.BottomPaneItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.BottomPaneItems.html#C1_Win_Ribbon_RibbonApplicationMenu_BottomPaneItems">BottomPaneItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the bottom pane of the application menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_DropDownWidth" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.DropDownWidth">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.DropDownWidth.html#C1_Win_Ribbon_RibbonApplicationMenu_DropDownWidth">DropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the application menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_KeyTip" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.KeyTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.KeyTip.html#C1_Win_Ribbon_RibbonApplicationMenu_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to the application menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_LeftPaneItems" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.LeftPaneItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.LeftPaneItems.html#C1_Win_Ribbon_RibbonApplicationMenu_LeftPaneItems">LeftPaneItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the left pane of the application menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_RightPaneItems" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.RightPaneItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.RightPaneItems.html#C1_Win_Ribbon_RibbonApplicationMenu_RightPaneItems">RightPaneItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the right pane of the application menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_Text" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.Text">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.Text.html#C1_Win_Ribbon_RibbonApplicationMenu_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with the application menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_Visible" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.Visible">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.Visible.html#C1_Win_Ribbon_RibbonApplicationMenu_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the application menu 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_RibbonApplicationMenu_OnDoubleClick_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.OnDoubleClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.OnDoubleClick.html#C1_Win_Ribbon_RibbonApplicationMenu_OnDoubleClick_System_EventArgs_">OnDoubleClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.DoubleClick.html">DoubleClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_ShouldSerializeBottomPaneItems" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.ShouldSerializeBottomPaneItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.ShouldSerializeBottomPaneItems.html#C1_Win_Ribbon_RibbonApplicationMenu_ShouldSerializeBottomPaneItems">ShouldSerializeBottomPaneItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_ShouldSerializeLeftPaneItems" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.ShouldSerializeLeftPaneItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.ShouldSerializeLeftPaneItems.html#C1_Win_Ribbon_RibbonApplicationMenu_ShouldSerializeLeftPaneItems">ShouldSerializeLeftPaneItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonApplicationMenu_ShouldSerializeRightPaneItems" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.ShouldSerializeRightPaneItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.ShouldSerializeRightPaneItems.html#C1_Win_Ribbon_RibbonApplicationMenu_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_RibbonApplicationMenu_DoubleClick" data-uid="C1.Win.Ribbon.RibbonApplicationMenu.DoubleClick">
          <a class="xref" href="C1.Win.Ribbon.RibbonApplicationMenu.DoubleClick.html">DoubleClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the application button is double-clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
