# C1.Win.C1Editor.Comments.Action

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Editor_Comments_Action" data-uid="C1.Win.C1Editor.Comments.Action" class="text-break">Comments.Action Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the action to perform on the comments.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.html">C1.Win.C1Editor</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_Comments_Action_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Comments.Action</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Comments.Action</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_Comments_Action_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use this when you call the <a class="xref" href="C1.Win.C1Editor.Comments.CanExecute.html#C1_Win_C1Editor_Comments_CanExecute_C1_Win_C1Editor_Comments_Action_">CanExecute(Action)</a> method or the <a class="xref" href="C1.Win.C1Editor.Comments.Execute.html#C1_Win_C1Editor_Comments_Execute_C1_Win_C1Editor_Comments_Action_">Execute(Action)</a> method to specify
what action to execute.</p>
</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_C1Editor_Comments_Action_Add">Add</td>
        <td><p>Adds comment to the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Comments_Action_Delete">Delete</td>
        <td><p>Removes the current comment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Comments_Action_DeleteAll">DeleteAll</td>
        <td><p>Removes all comments in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Comments_Action_Edit">Edit</td>
        <td><p>Edits the current comment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Comments_Action_MoveNext">MoveNext</td>
        <td><p>Moves to the next comment</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Comments_Action_MovePrevious">MovePrevious</td>
        <td><p>Moves to the previous comment</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Comments_Action_Reply">Reply</td>
        <td><p>Replies to the current comment.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
