# FarPoint.Win.SuperEdit.SEditTextBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_SuperEdit_SEditTextBox" data-uid="FarPoint.Win.SuperEdit.SEditTextBox" class="text-break">SEditTextBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a text editor in the 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="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.textboxbase">TextBoxBase</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textbox">TextBox</a></div>
    <div class="level6"><span class="xref">SEditTextBox</span></div>
      <div class="level7"><a class="xref" href="FarPoint.Win.InputTextBox.html">InputTextBox</a></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="FarPoint.Win.SuperEdit.IEditorValidator.html">IEditorValidator</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.SuperEdit.html">FarPoint.Win.SuperEdit</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_SuperEdit_SEditTextBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SEditTextBox : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorValidator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SEditTextBox
    Inherits TextBox
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorValidator</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_SuperEdit_SEditTextBox__ctor" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.#ctor">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.-ctor.html#FarPoint_Win_SuperEdit_SEditTextBox__ctor">SEditTextBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SEditTextBox class.</p>
</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_SuperEdit_SEditTextBox_AcceptsArrowKeys" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.AcceptsArrowKeys">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.AcceptsArrowKeys.html#FarPoint_Win_SuperEdit_SEditTextBox_AcceptsArrowKeys">AcceptsArrowKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property which determines if this control
processes the Up arrow and Down arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_AutoAdvance" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.AutoAdvance">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.AutoAdvance.html#FarPoint_Win_SuperEdit_SEditTextBox_AutoAdvance">AutoAdvance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to advance the value based on the arrow key pressed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_Formatter" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.Formatter">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.Formatter.html#FarPoint_Win_SuperEdit_SEditTextBox_Formatter">Formatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatter for the editing control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_LastKeyDown" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.LastKeyDown">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.LastKeyDown.html#FarPoint_Win_SuperEdit_SEditTextBox_LastKeyDown">LastKeyDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key code of the last key down.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_RedrawFlag" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.RedrawFlag">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.RedrawFlag.html#FarPoint_Win_SuperEdit_SEditTextBox_RedrawFlag">RedrawFlag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the redraw flag has been set.
If the value in the control has changed, it's time to redraw.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_Text" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.Text">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.Text.html#FarPoint_Win_SuperEdit_SEditTextBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string. Overrides the Text property for control of the
Undo and Redo buffer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_UndoSelLength" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.UndoSelLength">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.UndoSelLength.html#FarPoint_Win_SuperEdit_SEditTextBox_UndoSelLength">UndoSelLength</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the Undo selection length position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_UndoSelStart" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.UndoSelStart">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.UndoSelStart.html#FarPoint_Win_SuperEdit_SEditTextBox_UndoSelStart">UndoSelStart</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the Undo selection start position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_UndoText" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.UndoText">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.UndoText.html#FarPoint_Win_SuperEdit_SEditTextBox_UndoText">UndoText</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the contents of the Undo buffer. The buffer is used
when the user presses Ctrl-Z or the owner calls &quot;UndoChanges()&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_Value" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.Value">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.Value.html#FarPoint_Win_SuperEdit_SEditTextBox_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the string or object in the text editor.</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_SuperEdit_SEditTextBox_CopyToClipboard" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.CopyToClipboard">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.CopyToClipboard.html#FarPoint_Win_SuperEdit_SEditTextBox_CopyToClipboard">CopyToClipboard()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies to Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_CutToClipboard" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.CutToClipboard">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.CutToClipboard.html#FarPoint_Win_SuperEdit_SEditTextBox_CutToClipboard">CutToClipboard()</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts to Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_Decrement_System_Object_System_Boolean_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.Decrement(System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.Decrement.html#FarPoint_Win_SuperEdit_SEditTextBox_Decrement_System_Object_System_Boolean_">Decrement(object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the decrement value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_GetCurrentLine" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.GetCurrentLine">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.GetCurrentLine.html#FarPoint_Win_SuperEdit_SEditTextBox_GetCurrentLine">GetCurrentLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_GetLineCount" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.GetLineCount">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.GetLineCount.html#FarPoint_Win_SuperEdit_SEditTextBox_GetLineCount">GetLineCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the line count for a text editor with multiple lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_GetLineLength_System_Int32_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.GetLineLength(System.Int32)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.GetLineLength.html#FarPoint_Win_SuperEdit_SEditTextBox_GetLineLength_System_Int32_">GetLineLength(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the length of the line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_Increment_System_Object_System_Boolean_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.Increment(System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.Increment.html#FarPoint_Win_SuperEdit_SEditTextBox_Increment_System_Object_System_Boolean_">Increment(object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Return the increment value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_IncrementDecrementValue_System_Object_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.IncrementDecrementValue(System.Object,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.IncrementDecrementValue.html#FarPoint_Win_SuperEdit_SEditTextBox_IncrementDecrementValue_System_Object_System_Boolean_System_Boolean_">IncrementDecrementValue(object, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Increments or decrements the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_IsInputKey_System_Windows_Forms_Keys_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.IsInputKey.html#FarPoint_Win_SuperEdit_SEditTextBox_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines which keys are processed by this control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnAdvance_System_EventArgs_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnAdvance(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnAdvance.html#FarPoint_Win_SuperEdit_SEditTextBox_OnAdvance_System_EventArgs_">OnAdvance(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when advance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnGotFocus_System_EventArgs_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnGotFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnGotFocus.html#FarPoint_Win_SuperEdit_SEditTextBox_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when focus is gotten.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnKeyDownBackOrDelete_System_Windows_Forms_Message__" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnKeyDownBackOrDelete(System.Windows.Forms.Message@)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnKeyDownBackOrDelete.html#FarPoint_Win_SuperEdit_SEditTextBox_OnKeyDownBackOrDelete_System_Windows_Forms_Message__">OnKeyDownBackOrDelete(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Back or Delete key are down.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnKeyDownInsert" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnKeyDownInsert">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnKeyDownInsert.html#FarPoint_Win_SuperEdit_SEditTextBox_OnKeyDownInsert">OnKeyDownInsert()</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Insert key is down.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnKeyDownMoveCaret_System_Windows_Forms_Message__" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnKeyDownMoveCaret(System.Windows.Forms.Message@)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnKeyDownMoveCaret.html#FarPoint_Win_SuperEdit_SEditTextBox_OnKeyDownMoveCaret_System_Windows_Forms_Message__">OnKeyDownMoveCaret(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the move caret key is down.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnLostFocus_System_EventArgs_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnLostFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnLostFocus.html#FarPoint_Win_SuperEdit_SEditTextBox_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when focus is lost.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnSEditKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnSEditKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnSEditKeyDown.html#FarPoint_Win_SuperEdit_SEditTextBox_OnSEditKeyDown_System_Windows_Forms_KeyEventArgs_">OnSEditKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the key the user pressed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnSetText_System_String_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnSetText(System.String)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnSetText.html#FarPoint_Win_SuperEdit_SEditTextBox_OnSetText_System_String_">OnSetText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>This is called when the public Text property is called.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnTextCut_System_EventArgs_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnTextCut(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnTextCut.html#FarPoint_Win_SuperEdit_SEditTextBox_OnTextCut_System_EventArgs_">OnTextCut(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when text is cut.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnTextPasted_System_ComponentModel_CancelEventArgs_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnTextPasted(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnTextPasted.html#FarPoint_Win_SuperEdit_SEditTextBox_OnTextPasted_System_ComponentModel_CancelEventArgs_">OnTextPasted(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when text is pasted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnTextPasting_System_ComponentModel_CancelEventArgs_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnTextPasting(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnTextPasting.html#FarPoint_Win_SuperEdit_SEditTextBox_OnTextPasting_System_ComponentModel_CancelEventArgs_">OnTextPasting(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when text is pasting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_OnUserError_FarPoint_Win_SuperEdit_UserErrorEventArgs_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.OnUserError(FarPoint.Win.SuperEdit.UserErrorEventArgs)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.OnUserError.html#FarPoint_Win_SuperEdit_SEditTextBox_OnUserError_FarPoint_Win_SuperEdit_UserErrorEventArgs_">OnUserError(UserErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when user error.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_PasteFromClipboard" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.PasteFromClipboard">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.PasteFromClipboard.html#FarPoint_Win_SuperEdit_SEditTextBox_PasteFromClipboard">PasteFromClipboard()</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the data from the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_ProcessKeyMessage_System_Windows_Forms_Message__" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.ProcessKeyMessage(System.Windows.Forms.Message@)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.ProcessKeyMessage.html#FarPoint_Win_SuperEdit_SEditTextBox_ProcessKeyMessage_System_Windows_Forms_Message__">ProcessKeyMessage(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the key message.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_ProcessWMCharMsg_System_Windows_Forms_Message__" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.ProcessWMCharMsg(System.Windows.Forms.Message@)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.ProcessWMCharMsg.html#FarPoint_Win_SuperEdit_SEditTextBox_ProcessWMCharMsg_System_Windows_Forms_Message__">ProcessWMCharMsg(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the WM_CHAR message.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_ProcessWMKeyDownMsg_System_Windows_Forms_Message__" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.ProcessWMKeyDownMsg(System.Windows.Forms.Message@)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.ProcessWMKeyDownMsg.html#FarPoint_Win_SuperEdit_SEditTextBox_ProcessWMKeyDownMsg_System_Windows_Forms_Message__">ProcessWMKeyDownMsg(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the WmKeyDown message.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_ProcessWMKeyUpMsg_System_Windows_Forms_Message__" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.ProcessWMKeyUpMsg(System.Windows.Forms.Message@)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.ProcessWMKeyUpMsg.html#FarPoint_Win_SuperEdit_SEditTextBox_ProcessWMKeyUpMsg_System_Windows_Forms_Message__">ProcessWMKeyUpMsg(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the WmKeyUp message.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_ResetRedoText" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.ResetRedoText">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.ResetRedoText.html#FarPoint_Win_SuperEdit_SEditTextBox_ResetRedoText">ResetRedoText()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Redo Text buffer, which is set when a
call to UndoChanges() is made.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_SetBaseText_System_String_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.SetBaseText(System.String)">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.SetBaseText.html#FarPoint_Win_SuperEdit_SEditTextBox_SetBaseText_System_String_">SetBaseText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Text property in the base class (Textbox) but preserves the &quot;undo&quot; buffer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_UndoChanges" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.UndoChanges">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.UndoChanges.html#FarPoint_Win_SuperEdit_SEditTextBox_UndoChanges">UndoChanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Allows the user to set the text to the text saved in the
&quot;Undo buffer&quot;.  Also sets the SelectionStart and SelectionLength
properties.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_Advance" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.Advance">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.Advance.html">Advance</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the AutoAdvance property is set to True and the focus moves
to the next or previous control in response to an arrow key being pressed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_PasteEditorValidator" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.PasteEditorValidator">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.PasteEditorValidator.html">PasteEditorValidator</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the text is pate to the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_TextCut" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.TextCut">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.TextCut.html">TextCut</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when text is cut from the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_TextPasted" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.TextPasted">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.TextPasted.html">TextPasted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when text is pasted into the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_TextPasting" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.TextPasting">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.TextPasting.html">TextPasting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before text is pasted into the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_SEditTextBox_UserError" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.UserError">
          <a class="xref" href="FarPoint.Win.SuperEdit.SEditTextBox.UserError.html">UserError</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when content is provided that cannot be processed or is invalid.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
