# C1.Win.Command.C1TopicBarHitTestInfo.Type

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="C1_Win_Command_C1TopicBarHitTestInfo_Type" data-uid="C1.Win.Command.C1TopicBarHitTestInfo.Type" class="text-break">Type Field
</h1>
<div class="markdown level0 summary"><p>Gets a <a class="xref" href="C1.Win.Command.C1TopicBarHitTestTypeEnum.html">C1TopicBarHitTestTypeEnum</a> that describes the type of element described by a <a class="xref" href="C1.Win.Command.C1TopicBarHitTestInfo.html">C1TopicBarHitTestInfo</a>.</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_C1TopicBarHitTestInfo_Type_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public readonly C1TopicBarHitTestTypeEnum Type</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Type As C1TopicBarHitTestTypeEnum</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.Command.C1TopicBarHitTestTypeEnum.html">C1TopicBarHitTestTypeEnum</a></td>
      <td>Gets a  that describes the type of element described by a .</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_Command_C1TopicBarHitTestInfo_Type_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>This property allows you to determine whether the point corresponds to a topic link or
to special elements such as title image or text, and so on.</p>
</div>
</div>
