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

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_IsApplicable_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.IsApplicable*">IsApplicable Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_DdrDesigner_Services_Infrastructure_ContextMenuId_IsApplicable_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Services.Infrastructure.ContextMenuId.IsApplicable*"></a>
<h4 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)">IsApplicable(IComponent, Guid)</h4>
<div class="markdown level1 summary"><p>Checks if this Context menu is applicable for the specified component and context</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsApplicable(IComponent component, Guid otherContext)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></td>
      <td><span class="parametername">component</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a></td>
      <td><span class="parametername">otherContext</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
