# GrapeCity.ActiveReports.Chart.MouseEnabledItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_MouseEnabledItem" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem" class="text-break">MouseEnabledItem Class
</h1>
  <div class="markdown level0 summary"><p>Class of the items user may interact with</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a></div>
    <div class="level3"><span class="xref">MouseEnabledItem</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.Marker.html">Marker</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledComponent.html">MouseEnabledComponent</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.PlaneItem.html">PlaneItem</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.html">ICustomDrawer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.html">IMouseEnabled</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.IMouseHandler.html">IMouseHandler</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class MouseEnabledItem : DrawCustomizableItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler</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="GrapeCity_ActiveReports_Chart_MouseEnabledItem__ctor" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.-ctor.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem__ctor">MouseEnabledItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.html">MouseEnabledItem</a> Class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.-ctor.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_">MouseEnabledItem(AntiAliasMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.html">MouseEnabledItem</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="GrapeCity_ActiveReports_Chart_MouseEnabledItem_ContextMenu" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.ContextMenu">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.ContextMenu.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_ContextMenu">ContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shortcut menu associated with the control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_NeedMouseHandling" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.NeedMouseHandling">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.NeedMouseHandling.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_NeedMouseHandling">NeedMouseHandling()</a>
        </td>
        <td class="markdown level1 summary"><p>Check if mouse handling required.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseDown_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseDown(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseDown.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseDown_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseDown(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseDown</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseEnter_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseEnter(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseEnter.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseEnter_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseEnter(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseEnter</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseHover_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseHover(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseHover.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseHover_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseHover(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseHover</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseLeave_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseLeave(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseLeave.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseLeave_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseLeave(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseLeave</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseMove_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseMove(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseMove.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseMove_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseMove(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseMove</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseUp_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseUp(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseUp.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseUp_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseUp(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseUp</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseWheel_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseWheel(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.OnMouseWheel.html#GrapeCity_ActiveReports_Chart_MouseEnabledItem_OnMouseWheel_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseWheel(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseWheel</span> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseDown" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseDown">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseDown.html">MouseDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer is over the control and a mouse button is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseEnter" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseEnter">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseEnter.html">MouseEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer enters the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseHover" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseHover">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseHover.html">MouseHover</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer hovers over the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseLeave" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseLeave">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseLeave.html">MouseLeave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer leaves the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseMove" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseMove">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseMove.html">MouseMove</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer is moved over the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseUp" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseUp">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseUp.html">MouseUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer is over the control and a mouse button is released.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MouseEnabledItem_MouseWheel" data-uid="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseWheel">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.MouseWheel.html">MouseWheel</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse wheel moves while the control has focus.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
