# C1.Win.SuperTooltip.C1SuperTooltipBase.Active

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Active_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Active*">Active Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Active_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Active*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Active" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Active">Active</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> is currently active.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Active { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Active As Boolean</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Active_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property allows you to enable or disable the display of <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> 
text for all controls that have text specified in this particular <b>C1SuperTooltip</b>. 
More than one <b>C1SuperTooltip</b> can be created and assigned to a form; setting the 
<b>Active</b> property to false only affects the specified <b>C1SuperTooltip</b>.</p>
<p>You can allow users to set the value of this property in a form that provides 
application options to provide the ability for the user to enable or disable the display 
of <b>C1SuperTooltips</b> in your application.</p>
</div>
</div>
