# GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId" class="text-break">ContextMenuId Struct
</h1>
  <div class="markdown level0 summary"><p>Defines a context menu id for specific component and context</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.html">GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct ContextMenuId</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_Design_DdrDesigner_Services_Infrastructure_ContextMenuId__ctor_System_Type_System_Guid_System_Int32_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.#ctor(System.Type,System.Guid,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.-ctor.html#GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId__ctor_System_Type_System_Guid_System_Int32_">ContextMenuId(Type, Guid, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Allows initialization with the specified component, context and id</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_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_ComponentType" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.ComponentType">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.ComponentType.html#GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_ComponentType">ComponentType</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the component for which this context menu is applicable</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_Context" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.Context">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.Context.html#GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_Context">Context</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the context for which this context menu is applicable</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_Id" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.Id">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.Id.html#GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the command ID for this context menu</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_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_IsApplicable_System_ComponentModel_IComponent_System_Guid_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.IsApplicable(System.ComponentModel.IComponent,System.Guid)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.IsApplicable.html#GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_IsApplicable_System_ComponentModel_IComponent_System_Guid_">IsApplicable(IComponent, Guid)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if this Context menu is applicable for the specified component and context</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
