# GrapeCity.ActiveReports.Design.ToolPanelButton

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_ToolPanelButton" data-uid="GrapeCity.ActiveReports.Design.ToolPanelButton" class="text-break">ToolPanelButton Enum
</h1>
  <div class="markdown level0 summary"><p>Represents flags that control the visibility of tool panel buttons 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_ToolPanelButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ToolPanelButton</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_ToolPanelButton_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use this enumeration to configure which tool panel buttons are visible in the ActiveReports designer. Each flag represents a specific button on the tool panel,
allowing for granular control over the user interface. The <a class="xref" href="GrapeCity.ActiveReports.Design.ToolPanelButton.html#GrapeCity_ActiveReports_Design_ToolPanelButton_All">All</a> flag is provided for convenience, enabling or disabling all tool panel buttons
with a single assignment.</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_ToolPanelButton_All">All</td>
        <td><p>Represents the tool panel that shows all available buttons, based on the context of use.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ToolPanelButton_DimensionLines">DimensionLines</td>
        <td><p>Represents the visibility of the tool panel button, which toggles dimension lines on the design surface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ToolPanelButton_GridMode">GridMode</td>
        <td><p>Represents the visibility of the tool panel button, which toggles grid mode, affecting the alignment of components on the designer surface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ToolPanelButton_MouseMode">MouseMode</td>
        <td><p>Represents the visibility of the tool panel button, which toggles the mouse mode between selection and component placement.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ToolPanelButton_None">None</td>
        <td><p>Represents the tool panel that does not show any buttons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ToolPanelButton_SnapGrid">SnapGrid</td>
        <td><p>Represents the visibility of the tool panel button, which toggles snap-to-grid functionality, influencing component placement precision.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ToolPanelButton_SnapLines">SnapLines</td>
        <td><p>Represents the visibility of the tool panel button, which toggles snap-to-lines functionality, aiding in aligning components relative to each other.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ToolPanelButton_ZoomSlider">ZoomSlider</td>
        <td><p>Represents the visibility of the tool panel zoom slider, which allows users to adjust the zoom level of the design surface.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
