# C1.WPF.IC1ContextMenu

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_IC1ContextMenu" data-uid="C1.WPF.IC1ContextMenu" class="text-break">IC1ContextMenu Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the context menu interface.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_IC1ContextMenu_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1ContextMenu</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1ContextMenu</code></pre>
  </div>
  <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="C1_WPF_IC1ContextMenu_PlacementTarget" data-uid="C1.WPF.IC1ContextMenu.PlacementTarget">
          <a class="xref" href="C1.WPF.IC1ContextMenu.PlacementTarget.html#C1_WPF_IC1ContextMenu_PlacementTarget">PlacementTarget</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the FrameworkElement relative to which the context menu is positioned when it opens.</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="C1_WPF_IC1ContextMenu_Show_System_Windows_FrameworkElement_System_Windows_Point_" data-uid="C1.WPF.IC1ContextMenu.Show(System.Windows.FrameworkElement,System.Windows.Point)">
          <a class="xref" href="C1.WPF.IC1ContextMenu.Show.html#C1_WPF_IC1ContextMenu_Show_System_Windows_FrameworkElement_System_Windows_Point_">Show(FrameworkElement, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the context menu at the specified position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
