# FarPoint.Win.SuperEditBase.SetToolTip

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_SuperEditBase_SetToolTip_" data-uid="FarPoint.Win.SuperEditBase.SetToolTip*">SetToolTip Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_SuperEditBase_SetToolTip_" data-uid="FarPoint.Win.SuperEditBase.SetToolTip*"></a>
<h4 id="FarPoint_Win_SuperEditBase_SetToolTip_System_Windows_Forms_ToolTip_System_String_" data-uid="FarPoint.Win.SuperEditBase.SetToolTip(System.Windows.Forms.ToolTip,System.String)">SetToolTip(ToolTip, string)</h4>
<div class="markdown level1 summary"><p>Sets the ToolTip text for embedded (inner child) controls.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void SetToolTip(ToolTip toolTipControl, string toolTipText)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub SetToolTip(toolTipControl As ToolTip, toolTipText As String)</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.tooltip">ToolTip</a></td>
      <td><span class="parametername">toolTipControl</span></td>
      <td><p>Name of the ToolTip control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">toolTipText</span></td>
      <td><p>String of text to appear as the tip</p>
</td>
    </tr>
  </tbody>
</table>
</div>
