# C1.Win.C1Win7Pack.C1JumpList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Win7Pack_C1JumpList" data-uid="C1.Win.C1Win7Pack.C1JumpList" class="text-break">C1JumpList Class
</h1>
  <div class="markdown level0 summary"><p>Represents a list of items and tasks displayed as a menu on a Windows 7 taskbar button.</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">C1JumpList</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Win7Pack.html">C1.Win.C1Win7Pack</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Win7Pack.4.8.dll</h6>
  <h5 id="C1_Win_C1Win7Pack_C1JumpList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1JumpList</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1JumpList</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="C1_Win_C1Win7Pack_C1JumpList_Items" data-uid="C1.Win.C1Win7Pack.C1JumpList.Items">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.Items.html#C1_Win_C1Win7Pack_C1JumpList_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> objects that are displayed in the Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_KnownCategory" data-uid="C1.Win.C1Win7Pack.C1JumpList.KnownCategory">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.KnownCategory.html#C1_Win_C1Win7Pack_C1JumpList_KnownCategory">KnownCategory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of a known category to display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_KnownCategoryPosition" data-uid="C1.Win.C1Win7Pack.C1JumpList.KnownCategoryPosition">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.KnownCategoryPosition.html#C1_Win_C1Win7Pack_C1JumpList_KnownCategoryPosition">KnownCategoryPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the known category location relative to the custom category collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_MaxSlots" data-uid="C1.Win.C1Win7Pack.C1JumpList.MaxSlots">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.MaxSlots.html#C1_Win_C1Win7Pack_C1JumpList_MaxSlots">MaxSlots</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum number of items that will be shown in the Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_Modified" data-uid="C1.Win.C1Win7Pack.C1JumpList.Modified">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.Modified.html#C1_Win_C1Win7Pack_C1JumpList_Modified">Modified</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that indicates whether the Jump List was modified since the last
call to the <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.Apply.html#C1_Win_C1Win7Pack_C1JumpList_Apply">Apply()</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_Owner" data-uid="C1.Win.C1Win7Pack.C1JumpList.Owner">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.Owner.html#C1_Win_C1Win7Pack_C1JumpList_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.C1Win7Pack.C1TaskbarButton.html">C1TaskbarButton</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_RefreshOnStartup" data-uid="C1.Win.C1Win7Pack.C1JumpList.RefreshOnStartup">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.RefreshOnStartup.html#C1_Win_C1Win7Pack_C1JumpList_RefreshOnStartup">RefreshOnStartup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the Jump List should be refreshed when the program starts up.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_Tasks" data-uid="C1.Win.C1Win7Pack.C1JumpList.Tasks">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.Tasks.html#C1_Win_C1Win7Pack_C1JumpList_Tasks">Tasks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of shortcuts (tasks) in the taskbar Jump List.</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_C1Win7Pack_C1JumpList_AddToRecentCategory_C1_Win_C1Win7Pack_C1JumpItem_" data-uid="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory(C1.Win.C1Win7Pack.C1JumpItem)">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory.html#C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_C1_Win_C1Win7Pack_C1JumpItem_">AddToRecentCategory(C1JumpItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified <a class="xref" href="C1.Win.C1Win7Pack.C1JumpPath.html">C1JumpPath</a> or <a class="xref" href="C1.Win.C1Win7Pack.C1JumpLink.html">C1JumpLink</a> to the Recent category of the Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_System_String_" data-uid="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory(System.String)">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory.html#C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_System_String_">AddToRecentCategory(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified file path to the Recent category of the Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_Apply" data-uid="C1.Win.C1Win7Pack.C1JumpList.Apply">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.Apply.html#C1_Win_C1Win7Pack_C1JumpList_Apply">Apply()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the pending Jump List changes and refreshes the taskbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_ClearKnownCategories" data-uid="C1.Win.C1Win7Pack.C1JumpList.ClearKnownCategories">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.ClearKnownCategories.html#C1_Win_C1Win7Pack_C1JumpList_ClearKnownCategories">ClearKnownCategories()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all destination entries from the Recent and Frequent categories in an application's Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_ClearTasksAndCustomCategories" data-uid="C1.Win.C1Win7Pack.C1JumpList.ClearTasksAndCustomCategories">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.ClearTasksAndCustomCategories.html#C1_Win_C1Win7Pack_C1JumpList_ClearTasksAndCustomCategories">ClearTasksAndCustomCategories()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a custom Jump List for the current application.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_GetKnownCategoryItems_C1_Win_C1Win7Pack_JumpListKnownCategory_" data-uid="C1.Win.C1Win7Pack.C1JumpList.GetKnownCategoryItems(C1.Win.C1Win7Pack.JumpListKnownCategory)">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.GetKnownCategoryItems.html#C1_Win_C1Win7Pack_C1JumpList_GetKnownCategoryItems_C1_Win_C1Win7Pack_JumpListKnownCategory_">GetKnownCategoryItems(JumpListKnownCategory)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the destinations listed in the Recent or Frequent category in a Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_RemoveFromKnownCategories_C1_Win_C1Win7Pack_C1JumpItem_" data-uid="C1.Win.C1Win7Pack.C1JumpList.RemoveFromKnownCategories(C1.Win.C1Win7Pack.C1JumpItem)">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.RemoveFromKnownCategories.html#C1_Win_C1Win7Pack_C1JumpList_RemoveFromKnownCategories_C1_Win_C1Win7Pack_C1JumpItem_">RemoveFromKnownCategories(C1JumpItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a single <a class="xref" href="C1.Win.C1Win7Pack.C1JumpPath.html">C1JumpPath</a> or <a class="xref" href="C1.Win.C1Win7Pack.C1JumpLink.html">C1JumpLink</a> from the Recent and Frequent categories in a Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_ShouldSerializeItems" data-uid="C1.Win.C1Win7Pack.C1JumpList.ShouldSerializeItems">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.ShouldSerializeItems.html#C1_Win_C1Win7Pack_C1JumpList_ShouldSerializeItems">ShouldSerializeItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpList_ShouldSerializeTasks" data-uid="C1.Win.C1Win7Pack.C1JumpList.ShouldSerializeTasks">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.ShouldSerializeTasks.html#C1_Win_C1Win7Pack_C1JumpList_ShouldSerializeTasks">ShouldSerializeTasks()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
