# C1.Win.List.PointAtEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_PointAtEnum" data-uid="C1.Win.List.PointAtEnum" class="text-break">PointAtEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of ui-element for a coordinate.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_PointAtEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PointAtEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PointAtEnum</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_List_PointAtEnum_AtCaption">AtCaption</td>
        <td><p>Coordinates are in the caption area</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_AtColumnFooter">AtColumnFooter</td>
        <td><p>Coordinates are in the column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_AtColumnHeader">AtColumnHeader</td>
        <td><p>Coordinates are in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_AtColumnSize">AtColumnSize</td>
        <td><p>Coordinates are in the column resizing box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_AtDataArea">AtDataArea</td>
        <td><p>Coordinates are in the data area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_AtRowSelect">AtRowSelect</td>
        <td><p>Coordinates are in the row selector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_AtRowSize">AtRowSize</td>
        <td><p>Coordinates are in the row resizing box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_AtSplitHeader">AtSplitHeader</td>
        <td><p>Coordinates are in the split's header</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_AtSplitSizeBox">AtSplitSizeBox</td>
        <td><p>Coordinates are in the split's resizing box</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PointAtEnum_NotInList">NotInList</td>
        <td><p>Coordinates are not in the list.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
