# C1.Win.C1Win7Pack.TaskDialogCommonButtons

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Win7Pack_TaskDialogCommonButtons" data-uid="C1.Win.C1Win7Pack.TaskDialogCommonButtons" class="text-break">TaskDialogCommonButtons Enum
</h1>
  <div class="markdown level0 summary"><p>A combination of flags to identify one or several standard buttons
that can be displayed at the bottom of 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_TaskDialogCommonButtons_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum TaskDialogCommonButtons</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum TaskDialogCommonButtons</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_TaskDialogCommonButtons_Cancel">Cancel</td>
        <td><p>A &quot;Cancel&quot; button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonButtons_Close">Close</td>
        <td><p>A &quot;Close&quot; button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonButtons_No">No</td>
        <td><p>A &quot;No&quot; button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonButtons_None">None</td>
        <td><p>No buttons on the dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonButtons_Ok">Ok</td>
        <td><p>An &quot;OK&quot; button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonButtons_Retry">Retry</td>
        <td><p>A &quot;Retry&quot; button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_TaskDialogCommonButtons_Yes">Yes</td>
        <td><p>A &quot;Yes&quot; button.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
