# FarPoint.Win.Spread.CellType.RichTextEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_RichTextEditor" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor" class="text-break">RichTextEditor Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base control for the rich text cell type.</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.richtextbox">RichTextBox</a></div>
    <div class="level6"><a class="xref" href="FarPoint.Win.Spread.CellType.RichTextBoxWrapper.html">RichTextBoxWrapper</a></div>
    <div class="level7"><span class="xref">RichTextEditor</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="../FarPoint.Win/FarPoint.Win.IInputScopeSupport.html">IInputScopeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_RichTextEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RichTextEditor : RichTextBoxWrapper, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IInputScopeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RichTextEditor
    Inherits RichTextBoxWrapper
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IInputScopeSupport</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_CellType_RichTextEditor__ctor" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.-ctor.html#FarPoint_Win_Spread_CellType_RichTextEditor__ctor">RichTextEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new rich text editor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor__ctor_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.#ctor(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.-ctor.html#FarPoint_Win_Spread_CellType_RichTextEditor__ctor_System_Boolean_">RichTextEditor(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new rich text editor with a required user interface.</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_Spread_CellType_RichTextEditor_AllowClipboard" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.AllowClipboard">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.AllowClipboard.html#FarPoint_Win_Spread_CellType_RichTextEditor_AllowClipboard">AllowClipboard</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the use of the Clipboard is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_SubEditor" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.SubEditor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.SubEditor.html#FarPoint_Win_Spread_CellType_RichTextEditor_SubEditor">SubEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the subeditor to use.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Value" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Value">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Value.html#FarPoint_Win_Spread_CellType_RichTextEditor_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value.</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_CellType_RichTextEditor_AlignCenter_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.AlignCenter_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.AlignCenter_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_AlignCenter_Clicked_System_Object_System_EventArgs_">AlignCenter_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the center alignment is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_AlignLeft_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.AlignLeft_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.AlignLeft_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_AlignLeft_Clicked_System_Object_System_EventArgs_">AlignLeft_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the left alignment is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_AlignRight_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.AlignRight_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.AlignRight_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_AlignRight_Clicked_System_Object_System_EventArgs_">AlignRight_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the right alignment is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint.html#FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint">BitmapPaint()</a>
        </td>
        <td class="markdown level1 summary"><p>Paints a bitmap.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint_FarPoint_Win_Picture_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint(FarPoint.Win.Picture)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint.html#FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint_FarPoint_Win_Picture_">BitmapPaint(Picture)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the specified background image as a bitmap.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint_FarPoint_Win_Picture_System_Drawing_Rectangle_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint(FarPoint.Win.Picture,System.Drawing.Rectangle)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint.html#FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint_FarPoint_Win_Picture_System_Drawing_Rectangle_">BitmapPaint(Picture, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the specified background image as a bitmap in the specified rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint_FarPoint_Win_Picture_System_Drawing_Rectangle_System_Single_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint(FarPoint.Win.Picture,System.Drawing.Rectangle,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint.html#FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint_FarPoint_Win_Picture_System_Drawing_Rectangle_System_Single_">BitmapPaint(Picture, Rectangle, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the specified background image as a bitmap in the specified rectangle
with the specified scaling.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint_FarPoint_Win_Picture_System_Single_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint(FarPoint.Win.Picture,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.BitmapPaint.html#FarPoint_Win_Spread_CellType_RichTextEditor_BitmapPaint_FarPoint_Win_Picture_System_Single_">BitmapPaint(Picture, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the specified background image as a bitmap with the specified scaling.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Bold_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Bold_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Bold_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Bold_Clicked_System_Object_System_EventArgs_">Bold_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the bold style is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_ClearAll_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.ClearAll_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.ClearAll_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_ClearAll_Clicked_System_Object_System_EventArgs_">ClearAll_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the clear all selection choice is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Color_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Color_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Color_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Color_Clicked_System_Object_System_EventArgs_">Color_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the color is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_ContextMenu_Popup_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.ContextMenu_Popup(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.ContextMenu_Popup.html#FarPoint_Win_Spread_CellType_RichTextEditor_ContextMenu_Popup_System_Object_System_EventArgs_">ContextMenu_Popup(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the context menu is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Copy" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Copy">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Copy.html#FarPoint_Win_Spread_CellType_RichTextEditor_Copy">Copy()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies when use of Clipboard is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Copy_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Copy_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Copy_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Copy_Clicked_System_Object_System_EventArgs_">Copy_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the copy to the Clipboard choice is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_CreateCompatibleDC_System_IntPtr_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.CreateCompatibleDC(System.IntPtr)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.CreateCompatibleDC.html#FarPoint_Win_Spread_CellType_RichTextEditor_CreateCompatibleDC_System_IntPtr_">CreateCompatibleDC(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a compatible device context</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Cut" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Cut">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Cut.html#FarPoint_Win_Spread_CellType_RichTextEditor_Cut">Cut()</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts when use of Clipboard is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Cut_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Cut_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Cut_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Cut_Clicked_System_Object_System_EventArgs_">Cut_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the cut to the Clipboard choice is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Delete_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Delete_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Delete_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Delete_Clicked_System_Object_System_EventArgs_">Delete_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the delete selection choice is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_DisableContextMenu_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.DisableContextMenu(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.DisableContextMenu.html#FarPoint_Win_Spread_CellType_RichTextEditor_DisableContextMenu_System_Boolean_">DisableContextMenu(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the context menu is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Font_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Font_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Font_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Font_Clicked_System_Object_System_EventArgs_">Font_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the font is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_IsInputKey_System_Windows_Forms_Keys_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.IsInputKey.html#FarPoint_Win_Spread_CellType_RichTextEditor_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified key is an input key or a special key that requires preprocessing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Italic_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Italic_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Italic_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Italic_Clicked_System_Object_System_EventArgs_">Italic_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the italic style is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_LoadFile_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.LoadFile_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.LoadFile_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_LoadFile_Clicked_System_Object_System_EventArgs_">LoadFile_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the load file is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnAfterFocus_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnAfterFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnAfterFocus.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnAfterFocus_System_EventArgs_">OnAfterFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the AfterFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnEnter_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnEnter(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnEnter.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnEnter_System_EventArgs_">OnEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Enter event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnGotFocus_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnGotFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnGotFocus.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the GotFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnHandleDestroyed_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnHandleDestroyed(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnHandleDestroyed.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnHandleDestroyed_System_EventArgs_">OnHandleDestroyed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the handle is destroyed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnMouseDown.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles mouse down processing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnParentChanged_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnParentChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnParentChanged.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ParentChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnSubEditorClosed_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnSubEditorClosed(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnSubEditorClosed.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnSubEditorClosed_System_EventArgs_">OnSubEditorClosed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.SubEditorClosed.html">SubEditorClosed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnSubEditorOpening_FarPoint_Win_Spread_CellType_RichTextEditor_SubEditorCancelEventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnSubEditorOpening(FarPoint.Win.Spread.CellType.RichTextEditor.SubEditorCancelEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnSubEditorOpening.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnSubEditorOpening_FarPoint_Win_Spread_CellType_RichTextEditor_SubEditorCancelEventArgs_">OnSubEditorOpening(SubEditorCancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.SubEditorOpening.html">SubEditorOpening</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnUserError_FarPoint_Win_SuperEdit_UserErrorEventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnUserError(FarPoint.Win.SuperEdit.UserErrorEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnUserError.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnUserError_FarPoint_Win_SuperEdit_UserErrorEventArgs_">OnUserError(UserErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the UserError event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_OnVisibleChanged_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.OnVisibleChanged.html#FarPoint_Win_Spread_CellType_RichTextEditor_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the VisibleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Paste" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Paste">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Paste.html#FarPoint_Win_Spread_CellType_RichTextEditor_Paste">Paste()</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes when use of Clipboard is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Paste_System_Windows_Forms_DataFormats_Format_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Paste(System.Windows.Forms.DataFormats.Format)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Paste.html#FarPoint_Win_Spread_CellType_RichTextEditor_Paste_System_Windows_Forms_DataFormats_Format_">Paste(Format)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes with formatting when use of Clipboard is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Paste_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Paste_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Paste_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Paste_Clicked_System_Object_System_EventArgs_">Paste_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the paste from the Clipboard choice is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_ProcessDialogKey_System_Windows_Forms_Keys_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.ProcessDialogKey(System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.ProcessDialogKey.html#FarPoint_Win_Spread_CellType_RichTextEditor_ProcessDialogKey_System_Windows_Forms_Keys_">ProcessDialogKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the specified dialog key by the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_ProcessKeyMessage_System_Windows_Forms_Message__" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.ProcessKeyMessage(System.Windows.Forms.Message@)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.ProcessKeyMessage.html#FarPoint_Win_Spread_CellType_RichTextEditor_ProcessKeyMessage_System_Windows_Forms_Message__">ProcessKeyMessage(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes a keyboard message.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_SelectAll_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.SelectAll_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.SelectAll_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_SelectAll_Clicked_System_Object_System_EventArgs_">SelectAll_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the select all choice is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_SetBackgroundImageRenderDimensions_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.SetBackgroundImageRenderDimensions(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.SetBackgroundImageRenderDimensions.html#FarPoint_Win_Spread_CellType_RichTextEditor_SetBackgroundImageRenderDimensions_System_Int32_System_Int32_">SetBackgroundImageRenderDimensions(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the dimensions of the background image renderer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_SetRenderDimensions_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.SetRenderDimensions(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.SetRenderDimensions.html#FarPoint_Win_Spread_CellType_RichTextEditor_SetRenderDimensions_System_Int32_System_Int32_">SetRenderDimensions(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the dimensions of the renderer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_ShowSubEditor_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.ShowSubEditor(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.ShowSubEditor.html#FarPoint_Win_Spread_CellType_RichTextEditor_ShowSubEditor_System_Boolean_">ShowSubEditor(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows or hides the subeditor control associated with the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Size_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Size_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Size_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Size_Clicked_System_Object_System_EventArgs_">Size_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the size is selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Underline_Clicked_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Underline_Clicked(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Underline_Clicked.html#FarPoint_Win_Spread_CellType_RichTextEditor_Underline_Clicked_System_Object_System_EventArgs_">Underline_Clicked(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the underline style is selected.</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_Spread_CellType_RichTextEditor_AfterFocus" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.AfterFocus">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.AfterFocus.html">AfterFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the control gets focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_Enter" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.Enter">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.Enter.html">Enter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the control is entered.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_SubEditorClosed" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.SubEditorClosed">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.SubEditorClosed.html">SubEditorClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the subeditor for a cell closes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_SubEditorOpening" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.SubEditorOpening">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.SubEditorOpening.html">SubEditorOpening</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the subeditor for a cell opens.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_UserError" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.UserError">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.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>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_RichTextEditor_VisibleChanged" data-uid="FarPoint.Win.Spread.CellType.RichTextEditor.VisibleChanged">
          <a class="xref" href="FarPoint.Win.Spread.CellType.RichTextEditor.VisibleChanged.html">VisibleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the System.Windows.Forms.Control.Visible property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
