# C1.WinUI.Viewer.ToolMenu

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_Viewer_ToolMenu" data-uid="C1.WinUI.Viewer.ToolMenu" class="text-break">ToolMenu Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Tools menu in FlexViewer control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ToolMenu</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.Viewer.html">C1.WinUI.Viewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WinUI.Viewer.dll</h6>
  <h5 id="C1_WinUI_Viewer_ToolMenu_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ToolMenu : ListView</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ToolMenu
    Inherits ListView</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WinUI_Viewer_ToolMenu__ctor" data-uid="C1.WinUI.Viewer.ToolMenu.#ctor">
          <a class="xref" href="C1.WinUI.Viewer.ToolMenu.-ctor.html#C1_WinUI_Viewer_ToolMenu__ctor">ToolMenu()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WinUI.Viewer.ToolMenu.html">ToolMenu</a>.</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_WinUI_Viewer_ToolMenu_OnKeyDown_Microsoft_UI_Xaml_Input_KeyRoutedEventArgs_" data-uid="C1.WinUI.Viewer.ToolMenu.OnKeyDown(Microsoft.UI.Xaml.Input.KeyRoutedEventArgs)">
          <a class="xref" href="C1.WinUI.Viewer.ToolMenu.OnKeyDown.html#C1_WinUI_Viewer_ToolMenu_OnKeyDown_Microsoft_UI_Xaml_Input_KeyRoutedEventArgs_">OnKeyDown(KeyRoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Custom keyboarding logic to enable movement via the arrow keys without triggering selection
until a 'Space' or 'Enter' key is pressed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
