# FarPoint.Win.ControlType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_ControlType" data-uid="FarPoint.Win.ControlType" class="text-break">ControlType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the contents of the control can be handled.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_ControlType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ControlType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ControlType</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="FarPoint_Win_ControlType_ButtonEdit">ButtonEdit</td>
        <td><p>Allows contents to be changed only by means of buttons</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ControlType_Normal">Normal</td>
        <td><p>Allows changes to the contents based on the default settings</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ControlType_ReadOnly">ReadOnly</td>
        <td><p>Allows no changes to the contents but allows some interaction, such as copying</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ControlType_Static">Static</td>
        <td><p>Allows contents to be seen only, as in a label, but not set focus to</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
