# C1.Win.Input.ItemTooltipShowingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_ItemTooltipShowingEventArgs" data-uid="C1.Win.Input.ItemTooltipShowingEventArgs" class="text-break">ItemTooltipShowingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.Input.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.handledeventargs">HandledEventArgs</a></div>
    <div class="level3"><span class="xref">ItemTooltipShowingEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_ItemTooltipShowingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ItemTooltipShowingEventArgs : HandledEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ItemTooltipShowingEventArgs
    Inherits HandledEventArgs</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_Input_ItemTooltipShowingEventArgs__ctor_System_Int32_System_String_System_Drawing_Rectangle_System_Int32_System_Int32_C1_Win_SuperTooltip_C1SuperTooltipBase_" data-uid="C1.Win.Input.ItemTooltipShowingEventArgs.#ctor(System.Int32,System.String,System.Drawing.Rectangle,System.Int32,System.Int32,C1.Win.SuperTooltip.C1SuperTooltipBase)">
          <a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.-ctor.html#C1_Win_Input_ItemTooltipShowingEventArgs__ctor_System_Int32_System_String_System_Drawing_Rectangle_System_Int32_System_Int32_C1_Win_SuperTooltip_C1SuperTooltipBase_">ItemTooltipShowingEventArgs(int, string, Rectangle, int, int, C1SuperTooltipBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.html">ItemTooltipShowingEventArgs</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_Input_ItemTooltipShowingEventArgs_Bounds" data-uid="C1.Win.Input.ItemTooltipShowingEventArgs.Bounds">
          <a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.Bounds.html#C1_Win_Input_ItemTooltipShowingEventArgs_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_Input_ItemTooltipShowingEventArgs_Index" data-uid="C1.Win.Input.ItemTooltipShowingEventArgs.Index">
          <a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.Index.html#C1_Win_Input_ItemTooltipShowingEventArgs_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_Input_ItemTooltipShowingEventArgs_Text" data-uid="C1.Win.Input.ItemTooltipShowingEventArgs.Text">
          <a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.Text.html#C1_Win_Input_ItemTooltipShowingEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content to be displayed in the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ItemTooltipShowingEventArgs_Tooltip" data-uid="C1.Win.Input.ItemTooltipShowingEventArgs.Tooltip">
          <a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.Tooltip.html#C1_Win_Input_ItemTooltipShowingEventArgs_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="../C1.Win.10/C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> object for setting tooltip options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ItemTooltipShowingEventArgs_X" data-uid="C1.Win.Input.ItemTooltipShowingEventArgs.X">
          <a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.X.html#C1_Win_Input_ItemTooltipShowingEventArgs_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_Input_ItemTooltipShowingEventArgs_Y" data-uid="C1.Win.Input.ItemTooltipShowingEventArgs.Y">
          <a class="xref" href="C1.Win.Input.ItemTooltipShowingEventArgs.Y.html#C1_Win_Input_ItemTooltipShowingEventArgs_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>
