# C1.Win.SuperTooltip.IconClickEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SuperTooltip_IconClickEventArgs" data-uid="C1.Win.SuperTooltip.IconClickEventArgs" class="text-break">IconClickEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.IconClick.html">IconClick</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"><span class="xref">IconClickEventArgs</span></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.SuperTooltip.4.8.dll</h6>
  <h5 id="C1_Win_SuperTooltip_IconClickEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class IconClickEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class IconClickEventArgs
    Inherits EventArgs</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_IconClickEventArgs__ctor_System_Windows_Forms_Control_System_String_System_Windows_Forms_MouseButtons_System_Int32_System_Drawing_Point_" data-uid="C1.Win.SuperTooltip.IconClickEventArgs.#ctor(System.Windows.Forms.Control,System.String,System.Windows.Forms.MouseButtons,System.Int32,System.Drawing.Point)">
          <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.-ctor.html#C1_Win_SuperTooltip_IconClickEventArgs__ctor_System_Windows_Forms_Control_System_String_System_Windows_Forms_MouseButtons_System_Int32_System_Drawing_Point_">IconClickEventArgs(Control, string, MouseButtons, int, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of an <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.html">IconClickEventArgs</a>.</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_IconClickEventArgs_Button" data-uid="C1.Win.SuperTooltip.IconClickEventArgs.Button">
          <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.Button.html#C1_Win_SuperTooltip_IconClickEventArgs_Button">Button</a>
        </td>
        <td class="markdown level1 summary"><p>Gets which mouse button was clicked on the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_IconClickEventArgs_Clicks" data-uid="C1.Win.SuperTooltip.IconClickEventArgs.Clicks">
          <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.Clicks.html#C1_Win_SuperTooltip_IconClickEventArgs_Clicks">Clicks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of times the mouse button was clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_IconClickEventArgs_Control" data-uid="C1.Win.SuperTooltip.IconClickEventArgs.Control">
          <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.Control.html#C1_Win_SuperTooltip_IconClickEventArgs_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control that has an associated error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_IconClickEventArgs_Error" data-uid="C1.Win.SuperTooltip.IconClickEventArgs.Error">
          <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.Error.html#C1_Win_SuperTooltip_IconClickEventArgs_Error">Error</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error description text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_IconClickEventArgs_Location" data-uid="C1.Win.SuperTooltip.IconClickEventArgs.Location">
          <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.Location.html#C1_Win_SuperTooltip_IconClickEventArgs_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location of the mouse (in screen coordinates) during the generating event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_IconClickEventArgs_X" data-uid="C1.Win.SuperTooltip.IconClickEventArgs.X">
          <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.X.html#C1_Win_SuperTooltip_IconClickEventArgs_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-coordinate of the mouse during the generating event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_IconClickEventArgs_Y" data-uid="C1.Win.SuperTooltip.IconClickEventArgs.Y">
          <a class="xref" href="C1.Win.SuperTooltip.IconClickEventArgs.Y.html#C1_Win_SuperTooltip_IconClickEventArgs_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the y-coordinate of the mouse during the generating event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
