# C1.WPF.IC1ContextMenu.Show

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_IC1ContextMenu_Show_" data-uid="C1.WPF.IC1ContextMenu.Show*">Show Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_IC1ContextMenu_Show_" data-uid="C1.WPF.IC1ContextMenu.Show*"></a>
<h4 id="C1_WPF_IC1ContextMenu_Show_System_Windows_FrameworkElement_System_Windows_Point_" data-uid="C1.WPF.IC1ContextMenu.Show(System.Windows.FrameworkElement,System.Windows.Point)">Show(FrameworkElement, Point)</h4>
<div class="markdown level1 summary"><p>Displays the context menu at the specified position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Show(FrameworkElement placementTarget, Point offset)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Show(placementTarget As FrameworkElement, offset As Point)</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.windows.frameworkelement">FrameworkElement</a></td>
      <td><span class="parametername">placementTarget</span></td>
      <td><p>Specifies the control to which the context menu
is associated.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.point">Point</a></td>
      <td><span class="parametername">offset</span></td>
      <td><p>The offset coordinates where the context menu will be displayed.
These coordinates are relative to the control specified in the control parameter.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
