# C1.Win.C1Win7Pack.TaskDialogCommonIcon

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Win7Pack_TaskDialogCommonIcon" data-uid="C1.Win.C1Win7Pack.TaskDialogCommonIcon" class="text-break">TaskDialogCommonIcon Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the predefined icon displayed in a task dialog.</p>
</div>
  <div class="markdown level0 conceptual"></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_TaskDialogCommonIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TaskDialogCommonIcon</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TaskDialogCommonIcon</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonIcon_Error">Error</td>
        <td><p>A stop-sign icon appears in the task dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonIcon_Information">Information</td>
        <td><p>An icon consisting of a lowercase letter i in a circle appears in the task dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonIcon_None">None</td>
        <td><p>Displays no icons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonIcon_Shield">Shield</td>
        <td><p>A shield icon appears in the task dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonIcon_ShieldError">ShieldError</td>
        <td><p>A shield with stop-sign icon appears in the task dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonIcon_ShieldOK">ShieldOK</td>
        <td><p>A shield with check-mark icon appears in the task dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonIcon_ShieldWarning">ShieldWarning</td>
        <td><p>A shield with exclamation-point icon appears in the task dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonIcon_Warning">Warning</td>
        <td><p>An exclamation-point icon appears in the task dialog.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
