# C1.Win.C1Win7Pack.C1JumpTask

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Win7Pack_C1JumpTask" data-uid="C1.Win.C1Win7Pack.C1JumpTask" class="text-break">C1JumpTask Class
</h1>
  <div class="markdown level0 summary"><p>Represents a task in the Windows 7 taskbar Jump List.</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">C1JumpTask</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></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_C1JumpTask_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1JumpTask : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1JumpTask
    Implements ICloneable</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_C1Win7Pack_C1JumpTask__ctor" data-uid="C1.Win.C1Win7Pack.C1JumpTask.#ctor">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.-ctor.html#C1_Win_C1Win7Pack_C1JumpTask__ctor">C1JumpTask()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.html">C1JumpTask</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_C1Win7Pack_C1JumpTask_ApplicationPath" data-uid="C1.Win.C1Win7Pack.C1JumpTask.ApplicationPath">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.ApplicationPath.html#C1_Win_C1Win7Pack_C1JumpTask_ApplicationPath">ApplicationPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path to the application.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpTask_Arguments" data-uid="C1.Win.C1Win7Pack.C1JumpTask.Arguments">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.Arguments.html#C1_Win_C1Win7Pack_C1JumpTask_Arguments">Arguments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the arguments passed to the application on startup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpTask_IconIndex" data-uid="C1.Win.C1Win7Pack.C1JumpTask.IconIndex">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.IconIndex.html#C1_Win_C1Win7Pack_C1JumpTask_IconIndex">IconIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zero-based index of an icon embedded in a resource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpTask_IconPath" data-uid="C1.Win.C1Win7Pack.C1JumpTask.IconPath">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.IconPath.html#C1_Win_C1Win7Pack_C1JumpTask_IconPath">IconPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path to a resource that contains the icon to display in the Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpTask_Owner" data-uid="C1.Win.C1Win7Pack.C1JumpTask.Owner">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.Owner.html#C1_Win_C1Win7Pack_C1JumpTask_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.C1Win7Pack.C1JumpList.html">C1JumpList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpTask_ShowCommand" data-uid="C1.Win.C1Win7Pack.C1JumpTask.ShowCommand">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.ShowCommand.html#C1_Win_C1Win7Pack_C1JumpTask_ShowCommand">ShowCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the show command for a Shell link object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpTask_Title" data-uid="C1.Win.C1Win7Pack.C1JumpTask.Title">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.Title.html#C1_Win_C1Win7Pack_C1JumpTask_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed for the task in the Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpTask_Tooltip" data-uid="C1.Win.C1Win7Pack.C1JumpTask.Tooltip">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.Tooltip.html#C1_Win_C1Win7Pack_C1JumpTask_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom tooltip for the task in the Jump List.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_C1JumpTask_WorkingDirectory" data-uid="C1.Win.C1Win7Pack.C1JumpTask.WorkingDirectory">
          <a class="xref" href="C1.Win.C1Win7Pack.C1JumpTask.WorkingDirectory.html#C1_Win_C1Win7Pack_C1JumpTask_WorkingDirectory">WorkingDirectory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the working directory of the application on startup.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
