# C1.Framework.Element.FindMnemonic

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Element_FindMnemonic_" data-uid="C1.Framework.Element.FindMnemonic*">FindMnemonic Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Element_FindMnemonic_" data-uid="C1.Framework.Element.FindMnemonic*"></a>
<h4 id="C1_Framework_Element_FindMnemonic_C1_Framework_Element_System_Char_" data-uid="C1.Framework.Element.FindMnemonic(C1.Framework.Element,System.Char)">FindMnemonic(Element, char)</h4>
<div class="markdown level1 summary"><p>Finds the <a class="xref" href="C1.Framework.Element.html">Element</a> that is represented by a given hot key.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static IMnemonicElement FindMnemonic(Element e, char charCode)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function FindMnemonic(e As Element, charCode As Char) As IMnemonicElement</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="C1.Framework.Element.html">Element</a></td>
      <td><span class="parametername">e</span></td>
      <td><p><a class="xref" href="C1.Framework.Element.html">Element</a> to search (including all its children).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a></td>
      <td><span class="parametername">charCode</span></td>
      <td><p>Hot key to search for.</p>
</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="C1.Framework.IMnemonicElement.html">IMnemonicElement</a></td>
      <td><p>The <a class="xref" href="C1.Framework.IMnemonicElement.html">IMnemonicElement</a> that is represented by the given hot key.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
