# FarPoint.Web.Spread.Editor.GeneralEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Editor_GeneralEditor" data-uid="FarPoint.Web.Spread.Editor.GeneralEditor" class="text-break">GeneralEditor Class
</h1>
  <div class="markdown level0 summary"><p>Represents a generic text box editor 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"><a class="xref" href="FarPoint.Web.Spread.Editor.BaseEditor.html">BaseEditor</a></div>
    <div class="level2"><span class="xref">GeneralEditor</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Editor.IEditor3.html">IEditor3</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.html">IEditor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Editor.html">FarPoint.Web.Spread.Editor</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Editor_GeneralEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GeneralEditor : BaseEditor, IEditor3, IEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GeneralEditor
    Inherits BaseEditor
    Implements IEditor3, IEditor</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="FarPoint_Web_Spread_Editor_GeneralEditor__ctor" data-uid="FarPoint.Web.Spread.Editor.GeneralEditor.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Editor.GeneralEditor.-ctor.html#FarPoint_Web_Spread_Editor_GeneralEditor__ctor">GeneralEditor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_GeneralEditor_Size" data-uid="FarPoint.Web.Spread.Editor.GeneralEditor.Size">
          <a class="xref" href="FarPoint.Web.Spread.Editor.GeneralEditor.Size.html#FarPoint_Web_Spread_Editor_GeneralEditor_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the editor control.</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="FarPoint_Web_Spread_Editor_GeneralEditor_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_" data-uid="FarPoint.Web.Spread.Editor.GeneralEditor.GetEditorControl(System.String,System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.GeneralEditor.GetEditorControl.html#FarPoint_Web_Spread_Editor_GeneralEditor_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_">GetEditorControl(string, TableCell, Appearance, Inset, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a generic text box editor control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
