# GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu" class="text-break">RibbonApplicationMenu Class
</h1>
  <div class="markdown level0 summary"><p>Represents an Application Menu that is used in a <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonBar.html">RibbonBar</a> control.</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="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem.html">RibbonIconItem</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a></div>
    <div class="level4"><span class="xref">RibbonApplicationMenu</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.html">GrapeCity.Spreadsheet.WinForms.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.WinForms.Ribbon.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class RibbonApplicationMenu : RibbonDropDownBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class RibbonApplicationMenu
    Inherits RibbonDropDownBase</code></pre>
  </div>
  <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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_AllowExtendedSubmenuHeight" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.AllowExtendedSubmenuHeight">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.AllowExtendedSubmenuHeight.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_Appearance" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.Appearance">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.Appearance.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_BottomPaneItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.BottomPaneItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.BottomPaneItems.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_DropDownWidth" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.DropDownWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.DropDownWidth.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_KeyTip" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.KeyTip">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.KeyTip.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_LeftPaneItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.LeftPaneItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.LeftPaneItems.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_RightPaneItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.RightPaneItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.RightPaneItems.html#GrapeCity_Spreadsheet_WinForms_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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_Text" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonApplicationMenu.Text.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonApplicationMenu_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with the C1RibbonLabel.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
