# C1.Win.SuperTooltip.ISupportSuperTooltip

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SuperTooltip_ISupportSuperTooltip" data-uid="C1.Win.SuperTooltip.ISupportSuperTooltip" class="text-break">ISupportSuperTooltip Interface
</h1>
  <div class="markdown level0 summary"><p>The interface implemented by the control extended by a super tooltip.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.SuperTooltip.html">C1.Win.SuperTooltip</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_SuperTooltip_ISupportSuperTooltip_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISupportSuperTooltip</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISupportSuperTooltip</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_SuperTooltip_ISupportSuperTooltip_ShowToolTips" data-uid="C1.Win.SuperTooltip.ISupportSuperTooltip.ShowToolTips">
          <a class="xref" href="C1.Win.SuperTooltip.ISupportSuperTooltip.ShowToolTips.html#C1_Win_SuperTooltip_ISupportSuperTooltip_ShowToolTips">ShowToolTips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control should display tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_ISupportSuperTooltip_SuperTooltip" data-uid="C1.Win.SuperTooltip.ISupportSuperTooltip.SuperTooltip">
          <a class="xref" href="C1.Win.SuperTooltip.ISupportSuperTooltip.SuperTooltip.html#C1_Win_SuperTooltip_ISupportSuperTooltip_SuperTooltip">SuperTooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the external instance of C1SuperTooltip class used to display tooltips.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
