# C1.C1Preview.FormsStyleEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_FormsStyleEnum" data-uid="C1.C1Preview.FormsStyleEnum" class="text-break">FormsStyleEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the look and feel of input controls displayed by render objects
derived from <a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a>.
The <a class="xref" href="C1.C1Preview.C1PrintDocument.FormsStyle.html#C1_C1Preview_C1PrintDocument_FormsStyle">FormsStyle</a> property returns a member of this enumeration.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_FormsStyleEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FormsStyleEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FormsStyleEnum</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_C1Preview_FormsStyleEnum_Acrobat">Acrobat</td>
        <td><p>Specifies the Adobe Acrobat Forms style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FormsStyleEnum_InfoPath">InfoPath</td>
        <td><p>Specifies the Microsoft InfoPath style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FormsStyleEnum_WinClassic">WinClassic</td>
        <td><p>Specifies the Windows classic style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_FormsStyleEnum_WinXp">WinXp</td>
        <td><p>Specifies the Windows XP (system) style.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
