# C1.Win.C1Input.TooltipShowingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_TooltipShowingEventArgs" data-uid="C1.Win.C1Input.TooltipShowingEventArgs" class="text-break">TooltipShowingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.C1Input.C1ComboBox.TooltipShowing.html">TooltipShowing</a> event.</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.eventargs">EventArgs</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs">CancelEventArgs</a></div>
    <div class="level3"><span class="xref">TooltipShowingEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_TooltipShowingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TooltipShowingEventArgs : CancelEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TooltipShowingEventArgs
    Inherits CancelEventArgs</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_C1Input_TooltipShowingEventArgs__ctor" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.#ctor">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.-ctor.html#C1_Win_C1Input_TooltipShowingEventArgs__ctor">TooltipShowingEventArgs()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.html">TooltipShowingEventArgs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TooltipShowingEventArgs__ctor_System_Int32_System_String_System_Drawing_Rectangle_System_Int32_System_Int32_System_Int32_C1_Win_SuperTooltip_C1SuperTooltipBase_" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.#ctor(System.Int32,System.String,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,C1.Win.SuperTooltip.C1SuperTooltipBase)">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.-ctor.html#C1_Win_C1Input_TooltipShowingEventArgs__ctor_System_Int32_System_String_System_Drawing_Rectangle_System_Int32_System_Int32_System_Int32_C1_Win_SuperTooltip_C1SuperTooltipBase_">TooltipShowingEventArgs(int, string, Rectangle, int, int, int, C1SuperTooltipBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.html">TooltipShowingEventArgs</a> class.</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_C1Input_TooltipShowingEventArgs_Bounds" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.Bounds">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.Bounds.html#C1_Win_C1Input_TooltipShowingEventArgs_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the highlighted drop-down list item bounds (size and location) within it`s parent element, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TooltipShowingEventArgs_Duration" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.Duration">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.Duration.html#C1_Win_C1Input_TooltipShowingEventArgs_Duration">Duration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the duration of the tooltip, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TooltipShowingEventArgs_Handled" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.Handled">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.Handled.html#C1_Win_C1Input_TooltipShowingEventArgs_Handled">Handled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the event was handled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TooltipShowingEventArgs_Index" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.Index">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.Index.html#C1_Win_C1Input_TooltipShowingEventArgs_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the highlighted drop-down list item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TooltipShowingEventArgs_Text" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.Text">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.Text.html#C1_Win_C1Input_TooltipShowingEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the HTML content to be displayed in the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TooltipShowingEventArgs_Tooltip" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.Tooltip">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.Tooltip.html#C1_Win_C1Input_TooltipShowingEventArgs_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.SuperTooltip.C1SuperTooltipBase</span> object for setting tooltip options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TooltipShowingEventArgs_X" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.X">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.X.html#C1_Win_C1Input_TooltipShowingEventArgs_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X coordinate of the client where the tooltip should be displayed.
The coordinate is counted from the upper left corner of the drop-down window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_TooltipShowingEventArgs_Y" data-uid="C1.Win.C1Input.TooltipShowingEventArgs.Y">
          <a class="xref" href="C1.Win.C1Input.TooltipShowingEventArgs.Y.html#C1_Win_C1Input_TooltipShowingEventArgs_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y coordinate of the client where the tooltip should be displayed.
The coordinate is counted from the upper left corner of the drop-down window.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
