# C1.Win.TouchToolKit.FullScreenMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TouchToolKit_FullScreenMode" data-uid="C1.Win.TouchToolKit.FullScreenMode" class="text-break">FullScreenMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how a form window is displayed in full screen mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.4.8.dll</h6>
  <h5 id="C1_Win_TouchToolKit_FullScreenMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FullScreenMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FullScreenMode</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_Win_TouchToolKit_FullScreenMode_FullScreen">FullScreen</td>
        <td><p>Form is full screen and task bar is also invisible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_FullScreenMode_FullScreenWithTaskBar">FullScreenWithTaskBar</td>
        <td><p>Form is full screen and task bar is still visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_FullScreenMode_None">None</td>
        <td><p>Form is not full screen.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
