# C1.Win.Ribbon.RibbonMenu

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonMenu" data-uid="C1.Win.Ribbon.RibbonMenu" class="text-break">RibbonMenu Class
</h1>
  <div class="markdown level0 summary"><p>Button that shows a drop-down 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">RibbonMenu</span></div>
      <div class="level7"><a class="xref" href="../C1.Win.FlexChart.Toolbar.10/C1.Win.Chart.Ribbon.ChartRibbonMenu.html">ChartRibbonMenu</a></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">IUiaExpandCollapseProvider</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_RibbonMenu_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonMenu : RibbonDropDownBase, IComponent, IDisposable, IUiaExpandCollapseProvider, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonMenu
    Inherits RibbonDropDownBase
    Implements IComponent, IDisposable, IUiaExpandCollapseProvider, 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_RibbonMenu__ctor" data-uid="C1.Win.Ribbon.RibbonMenu.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.-ctor.html#C1_Win_Ribbon_RibbonMenu__ctor">RibbonMenu()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonMenu.html">RibbonMenu</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_RibbonMenu_CanBeAddedToQat" data-uid="C1.Win.Ribbon.RibbonMenu.CanBeAddedToQat">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.CanBeAddedToQat.html#C1_Win_Ribbon_RibbonMenu_CanBeAddedToQat">CanBeAddedToQat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can add this <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> to the Quick Access Toolbar at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_DropDownAlign" data-uid="C1.Win.Ribbon.RibbonMenu.DropDownAlign">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.DropDownAlign.html#C1_Win_Ribbon_RibbonMenu_DropDownAlign">DropDownAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the drop-down portion relative to this component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_GripHandleVisible" data-uid="C1.Win.Ribbon.RibbonMenu.GripHandleVisible">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.GripHandleVisible.html#C1_Win_Ribbon_RibbonMenu_GripHandleVisible">GripHandleVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the drop-down can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_KeyTip" data-uid="C1.Win.Ribbon.RibbonMenu.KeyTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.KeyTip.html#C1_Win_Ribbon_RibbonMenu_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to a RibbonMenu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_LargeItemDropDownWidth" data-uid="C1.Win.Ribbon.RibbonMenu.LargeItemDropDownWidth">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.LargeItemDropDownWidth.html#C1_Win_Ribbon_RibbonMenu_LargeItemDropDownWidth">LargeItemDropDownWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of a drop-down menu with large items if the value is greater than 100.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_MaxDropDownItems" data-uid="C1.Win.Ribbon.RibbonMenu.MaxDropDownItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.MaxDropDownItems.html#C1_Win_Ribbon_RibbonMenu_MaxDropDownItems">MaxDropDownItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items to display in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_PreferredItemSize" data-uid="C1.Win.Ribbon.RibbonMenu.PreferredItemSize">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.PreferredItemSize.html#C1_Win_Ribbon_RibbonMenu_PreferredItemSize">PreferredItemSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifies the size of the drop down items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_ShowInMore" data-uid="C1.Win.Ribbon.RibbonMenu.ShowInMore">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.ShowInMore.html#C1_Win_Ribbon_RibbonMenu_ShowInMore">ShowInMore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if this <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> can be shown in drop down part of the More button when ribbon is simplified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_Text" data-uid="C1.Win.Ribbon.RibbonMenu.Text">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.Text.html#C1_Win_Ribbon_RibbonMenu_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label used to identify this <a class="xref" href="C1.Win.Ribbon.RibbonMenu.html">RibbonMenu</a>.</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_RibbonMenu_ResetText" data-uid="C1.Win.Ribbon.RibbonMenu.ResetText">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.ResetText.html#C1_Win_Ribbon_RibbonMenu_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Ribbon.RibbonMenu.Text.html#C1_Win_Ribbon_RibbonMenu_Text">Text</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonMenu_ShouldSerializeText" data-uid="C1.Win.Ribbon.RibbonMenu.ShouldSerializeText">
          <a class="xref" href="C1.Win.Ribbon.RibbonMenu.ShouldSerializeText.html#C1_Win_Ribbon_RibbonMenu_ShouldSerializeText">ShouldSerializeText()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Ribbon.RibbonMenu.Text.html#C1_Win_Ribbon_RibbonMenu_Text">Text</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
