# C1.WPF.Ribbon.ToolStripOverflowItemsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Ribbon_ToolStripOverflowItemsCollection" data-uid="C1.WPF.Ribbon.ToolStripOverflowItemsCollection" class="text-break">ToolStripOverflowItemsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of items that will not be shown inline.</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"><span class="xref">ToolStripOverflowItemsCollection</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Ribbon.html">C1.WPF.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Ribbon.dll</h6>
  <h5 id="C1_WPF_Ribbon_ToolStripOverflowItemsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ToolStripOverflowItemsCollection : C1DataCollectionList&lt;object&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ToolStripOverflowItemsCollection
    Inherits C1DataCollectionList(Of Object)</code></pre>
  </div>

</div>
