# GrapeCity.ActiveReports.Design.ContextMenuTypes

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_ContextMenuTypes" data-uid="GrapeCity.ActiveReports.Design.ContextMenuTypes" class="text-break">ContextMenuTypes Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the types of context menus that can be displayed within the ActiveReports designer environment.</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_ContextMenuTypes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ContextMenuTypes</code></pre>
  </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_ContextMenuTypes_Control">Control</td>
        <td><p>Represents a context menu specific to a control within a report. This menu usually offers options for modifying or interacting with the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ContextMenuTypes_Page">Page</td>
        <td><p>Represents a context menu for a page within the report. This menu might include options related to page setup, background, and other page-specific settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ContextMenuTypes_PageTab">PageTab</td>
        <td><p>Represents a context menu for the page tab area within the designer. This menu could offer options for managing report pages, such as adding or removing pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ContextMenuTypes_Report">Report</td>
        <td><p>Represents a context menu for the report as a whole. This menu might include options for report properties, data sources, and other global settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ContextMenuTypes_RichText">RichText</td>
        <td><p>Represents a context menu for text editing within a RichText control. This menu typically provides text formatting options and other text-related functionalities.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ContextMenuTypes_Section">Section</td>
        <td><p>Represents a context menu specific to a report section. This menu typically contains actions related to the section itself.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
