# C1.Win.Command.C1CommandLink.OpenSubmenu

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_C1CommandLink_OpenSubmenu_" data-uid="C1.Win.Command.C1CommandLink.OpenSubmenu*">OpenSubmenu Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_C1CommandLink_OpenSubmenu_" data-uid="C1.Win.Command.C1CommandLink.OpenSubmenu*"></a>
<h4 id="C1_Win_Command_C1CommandLink_OpenSubmenu_System_Boolean_" data-uid="C1.Win.Command.C1CommandLink.OpenSubmenu(System.Boolean)">OpenSubmenu(bool)</h4>
<div class="markdown level1 summary"><p>Opens a submenu for linked <a class="xref" href="C1.Win.Command.C1CommandMenu.html">C1CommandMenu</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void OpenSubmenu(bool allTree = false)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub OpenSubmenu(Optional allTree 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.boolean">bool</a></td>
      <td><span class="parametername">allTree</span></td>
      <td><p>True - opens all the tree of menu. False - opens only the current submenu.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_Command_C1CommandLink_OpenSubmenu_System_Boolean__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Opens a submenu, if the linked command is of <a class="xref" href="C1.Win.Command.C1CommandMenu.html">C1CommandMenu</a> type. Otherwise, does nothing.</p>
</div>
</div>
