# C1.Win.SuperTooltip.PopupEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SuperTooltip_PopupEventArgs" data-uid="C1.Win.SuperTooltip.PopupEventArgs" class="text-break">PopupEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.Popup.html">Popup</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">PopupEventArgs</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.10.dll</h6>
  <h5 id="C1_Win_SuperTooltip_PopupEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PopupEventArgs : CancelEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PopupEventArgs
    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_SuperTooltip_PopupEventArgs__ctor_System_Windows_Forms_Form_System_Windows_Forms_Control_System_Drawing_Point_System_String_" data-uid="C1.Win.SuperTooltip.PopupEventArgs.#ctor(System.Windows.Forms.Form,System.Windows.Forms.Control,System.Drawing.Point,System.String)">
          <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.-ctor.html#C1_Win_SuperTooltip_PopupEventArgs__ctor_System_Windows_Forms_Form_System_Windows_Forms_Control_System_Drawing_Point_System_String_">PopupEventArgs(Form, Control, Point, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.html">PopupEventArgs</a> object.</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_PopupEventArgs_Control" data-uid="C1.Win.SuperTooltip.PopupEventArgs.Control">
          <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Control.html#C1_Win_SuperTooltip_PopupEventArgs_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Control.html#C1_Win_SuperTooltip_PopupEventArgs_Control">Control</a> that provides the tooltip text and location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_PopupEventArgs_Form" data-uid="C1.Win.SuperTooltip.PopupEventArgs.Form">
          <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Form.html#C1_Win_SuperTooltip_PopupEventArgs_Form">Form</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Form.html#C1_Win_SuperTooltip_PopupEventArgs_Form">Form</a> that contains the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_PopupEventArgs_Location" data-uid="C1.Win.SuperTooltip.PopupEventArgs.Location">
          <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Location.html#C1_Win_SuperTooltip_PopupEventArgs_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location where the tooltip will be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_PopupEventArgs_Text" data-uid="C1.Win.SuperTooltip.PopupEventArgs.Text">
          <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.Text.html#C1_Win_SuperTooltip_PopupEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that will be displayed in the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_PopupEventArgs_ToolStripItem" data-uid="C1.Win.SuperTooltip.PopupEventArgs.ToolStripItem">
          <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.ToolStripItem.html#C1_Win_SuperTooltip_PopupEventArgs_ToolStripItem">ToolStripItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="C1.Win.SuperTooltip.PopupEventArgs.ToolStripItem.html#C1_Win_SuperTooltip_PopupEventArgs_ToolStripItem">ToolStripItem</a> that provides the tooltip text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
