# C1.Win.SuperTooltip.C1SuperTooltipBase.Show

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*">Show Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, Control, Point, int)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, Control control, Point pt, int duration)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, control As Control, pt As Point, duration As Integer)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> that the tooltip is associated with.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">pt</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> in client coordinates where the tooltip is to be displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">duration</span></td>
      <td><p>Duration of the tooltip, in milliseconds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, Control, int, int, int)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, Control control, int x, int y, int duration)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, control As Control, x As Integer, y As Integer, duration As Integer)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> that the tooltip is associated with.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>X client coordinate where the tooltip is to be displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>Y client coordinate where the tooltip is to be displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">duration</span></td>
      <td><p>Duration of the tooltip, in milliseconds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, Control, int)</h4>
<div class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified control, for a specified amount of time.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, Control control, int duration)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, control As Control, duration As Integer)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> that the tooltip is associated with.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">duration</span></td>
      <td><p>Duration of the tooltip, in milliseconds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, Control, Point)</h4>
<div class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified control, at the specified position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, Control control, Point pt)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, control As Control, pt As Point)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> that the tooltip is associated with.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">pt</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> in client coordinates where the tooltip is to be displayed.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, Control, int, int)</h4>
<div class="markdown level1 summary"><p>Shows the tooltip with the specified text, for the specified control, at the specified position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, Control control, int x, int y)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, control As Control, x As Integer, y As Integer)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> that the tooltip is associated with.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>X client coordinate where the tooltip is to be displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>Y client coordinate where the tooltip is to be displayed.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, Control)</h4>
<div class="markdown level1 summary"><p>Shows the tooltip with the specified text for the specified control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, Control control)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, 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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> that the tooltip is associated with.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, ToolStripItem, Point, int)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, ToolStripItem item, Point pt, int duration)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, item As ToolStripItem, pt As Point, duration As Integer)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">pt</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> in client coordinates where the tooltip is to be displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">duration</span></td>
      <td><p>Duration of the tooltip, in milliseconds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, ToolStripItem, int, int, int)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, ToolStripItem item, int x, int y, int duration)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, item As ToolStripItem, x As Integer, y As Integer, duration As Integer)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>X client coordinate where the tooltip is to be displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>Y client coordinate where the tooltip is to be displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">duration</span></td>
      <td><p>Duration of the tooltip, in milliseconds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, ToolStripItem, int)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, ToolStripItem item, int duration)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, item As ToolStripItem, duration As Integer)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">duration</span></td>
      <td><p>Duration of the tooltip, in milliseconds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, ToolStripItem, Point)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, ToolStripItem item, Point pt)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, item As ToolStripItem, pt As Point)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">pt</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> in client coordinates where the tooltip is to be displayed.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, ToolStripItem, int, int)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, ToolStripItem item, int x, int y)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, item As ToolStripItem, x As Integer, y As Integer)</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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>X client coordinate where the tooltip is to be displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>Y client coordinate where the tooltip is to be displayed.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_Show_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.Show*"></a>
<h4 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)">Show(string, ToolStripItem)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(string text, ToolStripItem item)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(text As String, 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.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text to be displayed in the tooltip.</p>
</td>
    </tr>
    <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>
</div>
