# C1.Win.SuperTooltip.C1SuperTooltipBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase" class="text-break">C1SuperTooltipBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents a pop-up window that displays a brief description of a control's purpose
when the mouse hovers over the control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">C1SuperTooltipBase</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_C1SuperTooltipBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1SuperTooltipBase : Component, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1SuperTooltipBase
    Inherits Component
    Implements IComponent, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_C1SuperTooltipBase__ctor" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.#ctor">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.-ctor.html#C1_Win_SuperTooltip_C1SuperTooltipBase__ctor">C1SuperTooltipBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> component.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_C1SuperTooltipBase_Active" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Active">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Active.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Active">Active</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay">AutoPopDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the period of time (in milliseconds) the tooltip remains visible if the
mouse pointer is stationary within a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutomaticDelay" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.AutomaticDelay">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.AutomaticDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_AutomaticDelay">AutomaticDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the automatic delay for the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_BackColor" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.BackColor">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.BackColor.html#C1_Win_SuperTooltip_C1SuperTooltipBase_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the tooltip window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundGradient" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundGradient">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundGradient.html#C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundGradient">BackgroundGradient</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background gradient for the tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundImage" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundImage">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundImage.html#C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image displayed in tooltip window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundImageLayout" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundImageLayout">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundImageLayout.html#C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundImageLayout">BackgroundImageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image layout as defined in the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.BackgroundImageLayout.html#C1_Win_SuperTooltip_C1SuperTooltipBase_BackgroundImageLayout">BackgroundImageLayout</a> enumeration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Border" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Border">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Border.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tooltip window should display a solid border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_BorderColor" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.BorderColor">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.BorderColor.html#C1_Win_SuperTooltip_C1SuperTooltipBase_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the color of the border drawn around the tooltip when the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Border.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Border">Border</a> property is set to true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_FollowCursor" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.FollowCursor">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.FollowCursor.html#C1_Win_SuperTooltip_C1SuperTooltipBase_FollowCursor">FollowCursor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the tooltip follows the cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Font" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Font">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Font.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default font used to display the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_ForeColor" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ForeColor">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.ForeColor.html#C1_Win_SuperTooltip_C1SuperTooltipBase_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the tooltip window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_HitTestVisible" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.HitTestVisible">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.HitTestVisible.html#C1_Win_SuperTooltip_C1SuperTooltipBase_HitTestVisible">HitTestVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the tooltip can be clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Images" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Images">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Images.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Images">Images</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of images that may be shown in tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_InitialDelay" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.InitialDelay">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.InitialDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_InitialDelay">InitialDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time that passes before the tooltip appears.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_IsBalloon" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.IsBalloon">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.IsBalloon.html#C1_Win_SuperTooltip_C1SuperTooltipBase_IsBalloon">IsBalloon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tooltip is shown in a balloon shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_MaximumWidth" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.MaximumWidth">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.MaximumWidth.html#C1_Win_SuperTooltip_C1SuperTooltipBase_MaximumWidth">MaximumWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of the tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Opacity" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Opacity">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Opacity.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity of the tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay">ReshowDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of time that must transpire before subsequent <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> windows appear
as the mouse pointer moves from one control to another.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_RoundedCorners" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.RoundedCorners">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.RoundedCorners.html#C1_Win_SuperTooltip_C1SuperTooltipBase_RoundedCorners">RoundedCorners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tooltip window has rounded corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Shadow" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Shadow">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Shadow.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Shadow">Shadow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tooltip window should display a shadow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_ShowAlways" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ShowAlways">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.ShowAlways.html#C1_Win_SuperTooltip_C1SuperTooltipBase_ShowAlways">ShowAlways</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> window is displayed even
when its parent control is not active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_StaysOpenMode" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.StaysOpenMode">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.StaysOpenMode.html#C1_Win_SuperTooltip_C1SuperTooltipBase_StaysOpenMode">StaysOpenMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating under what conditions the tooltip will remain
visible if the mouse pointer leaves the control.
Period of time (in milliseconds) the tooltip remains visible can be set using
the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay">AutoPopDelay</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_StripAmpersands" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.StripAmpersands">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.StripAmpersands.html#C1_Win_SuperTooltip_C1SuperTooltipBase_StripAmpersands">StripAmpersands</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether ampersands in the text should be hidden.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_TipWindow" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.TipWindow">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.TipWindow.html#C1_Win_SuperTooltip_C1SuperTooltipBase_TipWindow">TipWindow</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_TipWindowUia" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.TipWindowUia">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.TipWindowUia.html#C1_Win_SuperTooltip_C1SuperTooltipBase_TipWindowUia">TipWindowUia</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_UseCellTips" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.UseCellTips">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.UseCellTips.html#C1_Win_SuperTooltip_C1SuperTooltipBase_UseCellTips">UseCellTips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the tooltip should display ToolTipText of Microsoft's ListView items or Microsoft's DataGridView cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_UseFading" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.UseFading">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.UseFading.html#C1_Win_SuperTooltip_C1SuperTooltipBase_UseFading">UseFading</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a fade effect should be used when displaying the tooltip.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_C1SuperTooltipBase_Dispose_System_Boolean_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Dispose.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Hide">Hide()</a>
        </td>
        <td class="markdown level1 summary"><p>Hides the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> if it is currently visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_System_Windows_Forms_Control_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_System_Windows_Forms_Control_">Hide(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Hides the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> if it is currently visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_System_Windows_Forms_ToolStripItem_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide(System.Windows.Forms.ToolStripItem)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Hide.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Hide_System_Windows_Forms_ToolStripItem_">Hide(ToolStripItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Hides the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> if it is currently visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_OnLinkClicked_C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.OnLinkClicked(C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.OnLinkClicked.html#C1_Win_SuperTooltip_C1SuperTooltipBase_OnLinkClicked_C1_Win_SuperTooltip_C1SuperLabelLinkClickedEventArgs_">OnLinkClicked(C1SuperLabelLinkClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.LinkClicked.html">LinkClicked</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_OnPopup_C1_Win_SuperTooltip_PopupEventArgs_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.OnPopup(C1.Win.SuperTooltip.PopupEventArgs)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.OnPopup.html#C1_Win_SuperTooltip_C1SuperTooltipBase_OnPopup_C1_Win_SuperTooltip_PopupEventArgs_">OnPopup(PopupEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Popup.html">Popup</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_RemoveAll" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.RemoveAll">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.RemoveAll.html#C1_Win_SuperTooltip_C1SuperTooltipBase_RemoveAll">RemoveAll()</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_">Show(string, Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text for the specified control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Drawing_Point_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.Control,System.Drawing.Point)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Drawing_Point_">Show(string, Control, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified control, at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Drawing_Point_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.Control,System.Drawing.Point,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Drawing_Point_System_Int32_">Show(string, Control, Point, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.Control,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Int32_">Show(string, Control, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified control, for a specified amount of time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Int32_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.Control,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Int32_System_Int32_">Show(string, Control, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified control, at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Int32_System_Int32_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.Control,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_Control_System_Int32_System_Int32_System_Int32_">Show(string, Control, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.ToolStripItem)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_">Show(string, ToolStripItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text for the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripitem">ToolStripItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Drawing_Point_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.ToolStripItem,System.Drawing.Point)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Drawing_Point_">Show(string, ToolStripItem, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripitem">ToolStripItem</a>, at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Drawing_Point_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.ToolStripItem,System.Drawing.Point,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Drawing_Point_System_Int32_">Show(string, ToolStripItem, Point, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripitem">ToolStripItem</a>, at the specified position, for a specified amount of time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.ToolStripItem,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Int32_">Show(string, ToolStripItem, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripitem">ToolStripItem</a>, for a specified amount of time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Int32_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.ToolStripItem,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Int32_System_Int32_">Show(string, ToolStripItem, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripitem">ToolStripItem</a>, at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Int32_System_Int32_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show(System.String,System.Windows.Forms.ToolStripItem,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Show.html#C1_Win_SuperTooltip_C1SuperTooltipBase_Show_System_String_System_Windows_Forms_ToolStripItem_System_Int32_System_Int32_System_Int32_">Show(string, ToolStripItem, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripitem">ToolStripItem</a>, at the specified position, for a specified amount of time.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1SuperTooltipBase_LinkClicked" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.LinkClicked">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.LinkClicked.html">LinkClicked</a>
        </td>
        <td class="markdown level1 summary"><p>Event that fires when the user clicks a hyperlink within a <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_Popup" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Popup">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Popup.html">Popup</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperTooltipBase_ToolTipWindowVisibleChanged" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ToolTipWindowVisibleChanged">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.ToolTipWindowVisibleChanged.html">ToolTipWindowVisibleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the ToolTipWindow becomes visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
