# C1.Win.SuperTooltip.C1SuperTooltipBase.Hide

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide*">Hide Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide">Hide()</h4>
<div class="markdown level1 summary"><p>Hides the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> if it is currently visible.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Hide()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Hide()</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method does not disable or otherwise prevent the tooltip from being displayed in the future.
To do that, set the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Active.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Active">Active</a> property to false instead.</p>
</div>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_System_Windows_Forms_Control_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide(System.Windows.Forms.Control)">Hide(Control)</h4>
<div class="markdown level1 summary"><p>Hides the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> if it is currently visible.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Hide(Control control)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Hide(control As Control)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></td>
      <td><span class="parametername">control</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> that the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> is associated with.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_System_Windows_Forms_Control__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method does not disable or otherwise prevent the tooltip from being displayed in the future.
To do that, set the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Active.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Active">Active</a> property to false instead.</p>
</div>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_System_Windows_Forms_ToolStripItem_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide(System.Windows.Forms.ToolStripItem)">Hide(ToolStripItem)</h4>
<div class="markdown level1 summary"><p>Hides the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> if it is currently visible.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Hide(ToolStripItem item)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Hide(item As ToolStripItem)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripitem">ToolStripItem</a></td>
      <td><span class="parametername">item</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripitem">ToolStripItem</a> that the tooltip is associated with.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_System_Windows_Forms_ToolStripItem__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method does not disable or otherwise prevent the tooltip from being displayed in the future.
To do that, set the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Active.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Active">Active</a> property to false instead.</p>
</div>
</div>
