# C1.WinUI.Viewer.FlexViewerTool

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WinUI_Viewer_FlexViewerTool" data-uid="C1.WinUI.Viewer.FlexViewerTool" class="text-break">FlexViewerTool Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the supported tool panels for the <a class="xref" href="C1.WinUI.Viewer.FlexViewer.html">FlexViewer</a> control.</p>
</div>
  <div class="markdown level0 conceptual"></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_FlexViewerTool_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlexViewerTool</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlexViewerTool</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_CustomTool1">CustomTool1</td>
        <td><p>A custom tool panel #1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_CustomTool2">CustomTool2</td>
        <td><p>A custom tool panel #2.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_CustomTool3">CustomTool3</td>
        <td><p>A custom tool panel #3.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_CustomTool4">CustomTool4</td>
        <td><p>A custom tool panel #4.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_CustomTool5">CustomTool5</td>
        <td><p>A custom tool panel #5.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_Export">Export</td>
        <td><p>The export panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_None">None</td>
        <td><p>No tool panels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_Outlines">Outlines</td>
        <td><p>The Outlines panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_PageSettings">PageSettings</td>
        <td><p>The page settings panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_Parameters">Parameters</td>
        <td><p>Report parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_Print">Print</td>
        <td><p>Print the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_Viewer_FlexViewerTool_Thumbnails">Thumbnails</td>
        <td><p>The Thumbnails panel.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
