# C1.Win.SuperTooltip.C1SuperTooltipBase.HitTestVisible

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_HitTestVisible_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.HitTestVisible*">HitTestVisible Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_HitTestVisible_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.HitTestVisible*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_HitTestVisible" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.HitTestVisible">HitTestVisible</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that determines whether the tooltip can be clicked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool HitTestVisible { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property HitTestVisible As Boolean</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_HitTestVisible_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is set to false by default, so the tooltip is invisible to 
the mouse. All mouse events are passed on to the control under the tooltip.</p>
<p>Set this property to true if you want to add clickable areas to the tooltip, 
such as hyperlinks. In this case, the tooltip becomes visible to the mouse handles
the mouse events itself instead of passing them to the control under the tooltip.</p>
</div>
</div>
