# C1.Win.SuperTooltip.C1SuperTooltipBase.RemoveAll

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_RemoveAll_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.RemoveAll*">RemoveAll Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_RemoveAll_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.RemoveAll*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_RemoveAll" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.RemoveAll">RemoveAll()</h4>
<div class="markdown level1 summary"><p>Removes all tooltip text currently associated with the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RemoveAll()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RemoveAll()</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_RemoveAll_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can use this method to remove all tooltip text that is associated with the
<a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> component. To disable the display of text instead of removing all
tooltip text from the <b>C1SuperTooltip</b> control, use the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Active.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Active">Active</a> property.</p>
</div>
</div>
