# C1.Win.Command.C1RadialMenu.ShowMenu

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_C1RadialMenu_ShowMenu_" data-uid="C1.Win.Command.C1RadialMenu.ShowMenu*">ShowMenu Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_C1RadialMenu_ShowMenu_" data-uid="C1.Win.Command.C1RadialMenu.ShowMenu*"></a>
<h4 id="C1_Win_Command_C1RadialMenu_ShowMenu_System_Windows_Forms_Form_System_Drawing_Point_System_Boolean_" data-uid="C1.Win.Command.C1RadialMenu.ShowMenu(System.Windows.Forms.Form,System.Drawing.Point,System.Boolean)">ShowMenu(Form, Point, bool)</h4>
<div class="markdown level1 summary"><p>Shows the radial menu at the specified screen point.
If the menu is currently visible at another location, it is hidden first.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ShowMenu(Form form, Point pt, bool expand = false)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ShowMenu(form As Form, pt As Point, Optional expand As Boolean = False)</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.forms.form">Form</a></td>
      <td><span class="parametername">form</span></td>
      <td><p>The owner form.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">pt</span></td>
      <td><p>The radial menu center's screen coordinates.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">expand</span></td>
      <td><p>Indicates whether the menu should show initially expanded.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
