# GrapeCity.ActiveReports.Design.MouseMode

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_MouseMode" data-uid="GrapeCity.ActiveReports.Design.MouseMode" class="text-break">MouseMode Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the mouse interaction modes available within the ActiveReports designer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_MouseMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum MouseMode</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_MouseMode_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration allows for the specification of how mouse actions are interpreted in the designer environment.
It supports modes for selecting components and panning across the design surface, providing flexibility in user interaction.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_MouseMode_MarqueeZoom">MarqueeZoom</td>
        <td><p>Represents the mouse mode that allows marquee zoom.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_MouseMode_Pan">Pan</td>
        <td><p>Represents the mouse mode that allows panning the view of the design surface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_MouseMode_Select">Select</td>
        <td><p>Represents the mouse mode that allows selecting and manipulating design components.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
