# C1.Win.Command.C1TopicBarHitTestTypeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Command_C1TopicBarHitTestTypeEnum" data-uid="C1.Win.Command.C1TopicBarHitTestTypeEnum" class="text-break">C1TopicBarHitTestTypeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Type of topic bar element at a specific point on the control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1TopicBarHitTestTypeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1TopicBarHitTestTypeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1TopicBarHitTestTypeEnum</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_Command_C1TopicBarHitTestTypeEnum_Empty">Empty</td>
        <td><p>The point is in the C1TopicBar's empty area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_Link">Link</td>
        <td><p>The point is on empty space of a link (not over a text or image).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_LinkImage">LinkImage</td>
        <td><p>The point is on image of a link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_LinkText">LinkText</td>
        <td><p>The point is on text of a link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_None">None</td>
        <td><p>The point is out of the C1TopicBar's area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_PageBody">PageBody</td>
        <td><p>The point is on a page body (but not on a link).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_PageTitle">PageTitle</td>
        <td><p>The point is on empty space of a page title area (not over a text, image or expand/collapse indicator).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_PageTitleImage">PageTitleImage</td>
        <td><p>The point is on image of a page title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_PageTitleIndicator">PageTitleIndicator</td>
        <td><p>The point is on expand/collapse indicator of a page title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicBarHitTestTypeEnum_PageTitleText">PageTitleText</td>
        <td><p>The point is on text of a page title.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
