# GrapeCity.ActiveReports.Chart.IMouseEnabled

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_IMouseEnabled" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled" class="text-break">IMouseEnabled Interface
</h1>
  <div class="markdown level0 summary"><p>IMouseEnabled interface</p>
</div>
  <div class="markdown level0 conceptual"></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_IMouseEnabled_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMouseEnabled</code></pre>
  </div>
  <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_IMouseEnabled_ContextMenu" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.ContextMenu">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.ContextMenu.html#GrapeCity_ActiveReports_Chart_IMouseEnabled_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_IMouseEnabled_NeedMouseHandling" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.NeedMouseHandling">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.NeedMouseHandling.html#GrapeCity_ActiveReports_Chart_IMouseEnabled_NeedMouseHandling">NeedMouseHandling()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether mouse events should be handled for this control (i.e. control implemets at least one of mouse event handler).</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_IMouseEnabled_MouseDown" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseDown">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.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_IMouseEnabled_MouseEnter" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseEnter">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.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_IMouseEnabled_MouseHover" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseHover">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.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_IMouseEnabled_MouseLeave" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseLeave">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.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_IMouseEnabled_MouseMove" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseMove">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.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_IMouseEnabled_MouseUp" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseUp">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.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_IMouseEnabled_MouseWheel" data-uid="GrapeCity.ActiveReports.Chart.IMouseEnabled.MouseWheel">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.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>
