# C1.Win.C1Win7Pack.C1JumpList.MaxSlots

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Win7Pack_C1JumpList_MaxSlots_" data-uid="C1.Win.C1Win7Pack.C1JumpList.MaxSlots*">MaxSlots Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Win7Pack_C1JumpList_MaxSlots_" data-uid="C1.Win.C1Win7Pack.C1JumpList.MaxSlots*"></a>
<h4 id="C1_Win_C1Win7Pack_C1JumpList_MaxSlots" data-uid="C1.Win.C1Win7Pack.C1JumpList.MaxSlots">MaxSlots</h4>
<div class="markdown level1 summary"><p>Gets the maximum number of items that will be shown in the Jump List.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public int MaxSlots { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property MaxSlots As Integer</code></pre>
</div>
<h5 id="C1_Win_C1Win7Pack_C1JumpList_MaxSlots_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The returned value corresponds to the &quot;Number of recent items to display
in Jump Lists&quot; option in the &quot;Taskbar and Start Menu Properties&quot; -
&quot;Customize Start Menu&quot; window. More items can be added to the <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.Items.html#C1_Win_C1Win7Pack_C1JumpList_Items">Items</a>
collection, but they will not be shown in the UI.</p>
</div>
</div>
