# FarPoint.Win.Spread.DrawingSpace.TextInput

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_DrawingSpace_TextInput" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput" class="text-break">TextInput Class
</h1>
  <div class="markdown level0 summary"><p>Represents the text input for the presentation space.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><span class="xref">TextInput</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.html">FarPoint.Win.Spread.DrawingSpace</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_DrawingSpace_TextInput_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextInput : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextInput
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</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_Win_Spread_DrawingSpace_TextInput__ctor_System_Boolean_" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.#ctor(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.-ctor.html#FarPoint_Win_Spread_DrawingSpace_TextInput__ctor_System_Boolean_">TextInput(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new text input.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_TextInputCancelButton" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputCancelButton">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputCancelButton.html">TextInputCancelButton</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the Cancel button of the form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_TextInputCapsLockWarning" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputCapsLockWarning">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputCapsLockWarning.html">TextInputCapsLockWarning</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the informational warning when caps lock button is on.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_TextInputInputBox" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputInputBox">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputInputBox.html">TextInputInputBox</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the input text box of the form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_TextInputOkButton" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputOkButton">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputOkButton.html">TextInputOkButton</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the OK button of the form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_TextInputPrompt" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputPrompt">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.TextInputPrompt.html">TextInputPrompt</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the informational prompt label of the form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_currentScaleFactor" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.currentScaleFactor">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.currentScaleFactor.html">currentScaleFactor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_tblMainLayout" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.tblMainLayout">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.tblMainLayout.html">tblMainLayout</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_Win_Spread_DrawingSpace_TextInput_AllowNegativeNumbers" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.AllowNegativeNumbers">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.AllowNegativeNumbers.html#FarPoint_Win_Spread_DrawingSpace_TextInput_AllowNegativeNumbers">AllowNegativeNumbers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the numeric text input allows negative values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_CapsLockVisible" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.CapsLockVisible">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.CapsLockVisible.html#FarPoint_Win_Spread_DrawingSpace_TextInput_CapsLockVisible">CapsLockVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the caps lock warning text should be visible or not.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_HelpFileName" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.HelpFileName">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.HelpFileName.html#FarPoint_Win_Spread_DrawingSpace_TextInput_HelpFileName">HelpFileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the help file name for the text input.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_HelpPath" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.HelpPath">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.HelpPath.html#FarPoint_Win_Spread_DrawingSpace_TextInput_HelpPath">HelpPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the help path for the text input.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_HelpTopic" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.HelpTopic">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.HelpTopic.html#FarPoint_Win_Spread_DrawingSpace_TextInput_HelpTopic">HelpTopic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the help topic for the text input.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_NumbersOnly" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.NumbersOnly">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.NumbersOnly.html#FarPoint_Win_Spread_DrawingSpace_TextInput_NumbersOnly">NumbersOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the text input is only numeric input.</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_Win_Spread_DrawingSpace_TextInput_OnAccept" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.OnAccept">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.OnAccept.html#FarPoint_Win_Spread_DrawingSpace_TextInput_OnAccept">OnAccept()</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the OK button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_OnActivated_System_EventArgs_" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.OnActivated(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.OnActivated.html#FarPoint_Win_Spread_DrawingSpace_TextInput_OnActivated_System_EventArgs_">OnActivated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Form.Activated event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_OnCancel" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.OnCancel">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.OnCancel.html#FarPoint_Win_Spread_DrawingSpace_TextInput_OnCancel">OnCancel()</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the cancel button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_OnLoad_System_EventArgs_" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.OnLoad(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.OnLoad.html#FarPoint_Win_Spread_DrawingSpace_TextInput_OnLoad_System_EventArgs_">OnLoad(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Form.Load event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.ProcessCmdKey.html#FarPoint_Win_Spread_DrawingSpace_TextInput_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_">ProcessCmdKey(ref Message, Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes a command key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DrawingSpace_TextInput_ScaleControl_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_" data-uid="FarPoint.Win.Spread.DrawingSpace.TextInput.ScaleControl(System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="FarPoint.Win.Spread.DrawingSpace.TextInput.ScaleControl.html#FarPoint_Win_Spread_DrawingSpace_TextInput_ScaleControl_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_">ScaleControl(SizeF, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"><p>Scales the location, size, padding, and margin of a control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
