# C1.Win.Ribbon.RibbonQat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonQat" data-uid="C1.Win.Ribbon.RibbonQat" class="text-break">RibbonQat Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Quick Access Toolbar (QAT) in a <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</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="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.RibbonItemContainer.html">RibbonItemContainer</a></div>
    <div class="level5"><span class="xref">RibbonQat</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">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_RibbonQat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonQat : RibbonItemContainer, IComponent, IDisposable, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonQat
    Inherits RibbonItemContainer
    Implements IComponent, IDisposable, ISupportUiaContainer</code></pre>
  </div>
  <h5 id="C1_Win_Ribbon_RibbonQat_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The QAT is a user-customizable toolbar with frequently used commands.
Typically, this toolbar shows commands such as Save, Undo, and Repeat,
which should be in the forefront regardless of which Ribbon tab is open.
The QAT can be placed above or below the Ribbon (see <a class="xref" href="C1.Win.Ribbon.RibbonQat.BelowRibbon.html#C1_Win_Ribbon_RibbonQat_BelowRibbon">BelowRibbon</a>.</p>
</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_RibbonQat__ctor" data-uid="C1.Win.Ribbon.RibbonQat.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.-ctor.html#C1_Win_Ribbon_RibbonQat__ctor">RibbonQat()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonQat.html">RibbonQat</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_RibbonQat_BelowRibbon" data-uid="C1.Win.Ribbon.RibbonQat.BelowRibbon">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.BelowRibbon.html#C1_Win_Ribbon_RibbonQat_BelowRibbon">BelowRibbon</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Quick Access Toolbar (QAT) will appear below the Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_CustomMenuButtons" data-uid="C1.Win.Ribbon.RibbonQat.CustomMenuButtons">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.CustomMenuButtons.html#C1_Win_Ribbon_RibbonQat_CustomMenuButtons">CustomMenuButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of custom buttons in the QAT menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_Enabled" data-uid="C1.Win.Ribbon.RibbonQat.Enabled">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.Enabled.html#C1_Win_Ribbon_RibbonQat_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether <a class="xref" href="C1.Win.Ribbon.RibbonQat.html">RibbonQat</a> is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_Items" data-uid="C1.Win.Ribbon.RibbonQat.Items">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.Items.html#C1_Win_Ribbon_RibbonQat_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the QAT.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_MenuItems" data-uid="C1.Win.Ribbon.RibbonQat.MenuItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.MenuItems.html#C1_Win_Ribbon_RibbonQat_MenuItems">MenuItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the QAT menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_MenuVisible" data-uid="C1.Win.Ribbon.RibbonQat.MenuVisible">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.MenuVisible.html#C1_Win_Ribbon_RibbonQat_MenuVisible">MenuVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the 'Customize QAT' drop-down button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_ShowBelowItem" data-uid="C1.Win.Ribbon.RibbonQat.ShowBelowItem">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ShowBelowItem.html#C1_Win_Ribbon_RibbonQat_ShowBelowItem">ShowBelowItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the 'Show Below the Ribbon' QAT menu item is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_ShowMinimizeItem" data-uid="C1.Win.Ribbon.RibbonQat.ShowMinimizeItem">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ShowMinimizeItem.html#C1_Win_Ribbon_RibbonQat_ShowMinimizeItem">ShowMinimizeItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the 'Minimize the Ribbon' QAT menu item is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_ToolTip" data-uid="C1.Win.Ribbon.RibbonQat.ToolTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ToolTip.html#C1_Win_Ribbon_RibbonQat_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ToolTip string for the 'Customize QAT' drop-down button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_Visible" data-uid="C1.Win.Ribbon.RibbonQat.Visible">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.Visible.html#C1_Win_Ribbon_RibbonQat_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether <a class="xref" href="C1.Win.Ribbon.RibbonQat.html">RibbonQat</a> 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_RibbonQat_OnItemsChanged_C1_Win_Ribbon_QatItemsChangedEventArgs_" data-uid="C1.Win.Ribbon.RibbonQat.OnItemsChanged(C1.Win.Ribbon.QatItemsChangedEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.OnItemsChanged.html#C1_Win_Ribbon_RibbonQat_OnItemsChanged_C1_Win_Ribbon_QatItemsChangedEventArgs_">OnItemsChanged(QatItemsChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonQat.ItemsChanged.html">ItemsChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_OnPositionChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonQat.OnPositionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.OnPositionChanged.html#C1_Win_Ribbon_RibbonQat_OnPositionChanged_System_EventArgs_">OnPositionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonQat.PositionChanged.html">PositionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_ResetToolTip" data-uid="C1.Win.Ribbon.RibbonQat.ResetToolTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ResetToolTip.html#C1_Win_Ribbon_RibbonQat_ResetToolTip">ResetToolTip()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_ShouldSerializeCustomMenuButtons" data-uid="C1.Win.Ribbon.RibbonQat.ShouldSerializeCustomMenuButtons">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ShouldSerializeCustomMenuButtons.html#C1_Win_Ribbon_RibbonQat_ShouldSerializeCustomMenuButtons">ShouldSerializeCustomMenuButtons()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Ribbon.RibbonQat.CustomMenuButtons.html#C1_Win_Ribbon_RibbonQat_CustomMenuButtons">CustomMenuButtons</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_ShouldSerializeItems" data-uid="C1.Win.Ribbon.RibbonQat.ShouldSerializeItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ShouldSerializeItems.html#C1_Win_Ribbon_RibbonQat_ShouldSerializeItems">ShouldSerializeItems()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_ShouldSerializeMenuItems" data-uid="C1.Win.Ribbon.RibbonQat.ShouldSerializeMenuItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ShouldSerializeMenuItems.html#C1_Win_Ribbon_RibbonQat_ShouldSerializeMenuItems">ShouldSerializeMenuItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_ShouldSerializeToolTip" data-uid="C1.Win.Ribbon.RibbonQat.ShouldSerializeToolTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ShouldSerializeToolTip.html#C1_Win_Ribbon_RibbonQat_ShouldSerializeToolTip">ShouldSerializeToolTip()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</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_RibbonQat_ItemsChanged" data-uid="C1.Win.Ribbon.RibbonQat.ItemsChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.ItemsChanged.html">ItemsChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs whenever a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> or <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> is added or removed to/from the <a class="xref" href="C1.Win.Ribbon.RibbonQat.Items.html#C1_Win_Ribbon_RibbonQat_Items">Items</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonQat_PositionChanged" data-uid="C1.Win.Ribbon.RibbonQat.PositionChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonQat.PositionChanged.html">PositionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs whenever the <a class="xref" href="C1.Win.Ribbon.RibbonQat.BelowRibbon.html#C1_Win_Ribbon_RibbonQat_BelowRibbon">BelowRibbon</a> property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
