# C1.Win.Editor.C1Editor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Editor_C1Editor" data-uid="C1.Win.Editor.C1Editor" class="text-break">C1Editor Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Winforms html editor based on WebView2.</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.usercontrol">UserControl</a></div>
    <div class="level7"><span class="xref">C1Editor</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Editor.html">C1.Win.Editor</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Editor.10.dll</h6>
  <h5 id="C1_Win_Editor_C1Editor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Editor), &quot;C1Editor.png&quot;)]
public class C1Editor : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Editor), &quot;C1Editor.png&quot;)&gt;
Public Class C1Editor
    Inherits UserControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISupportInitialize</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="C1_Win_Editor_C1Editor__ctor" data-uid="C1.Win.Editor.C1Editor.#ctor">
          <a class="xref" href="C1.Win.Editor.C1Editor.-ctor.html#C1_Win_Editor_C1Editor__ctor">C1Editor()</a>
        </td>
        <td class="markdown level1 summary"><p>This constructor creates C1Editor and initializes the C1Editor control.</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="C1_Win_Editor_C1Editor_DesignEdit" data-uid="C1.Win.Editor.C1Editor.DesignEdit">
          <a class="xref" href="C1.Win.Editor.C1Editor.DesignEdit.html#C1_Win_Editor_C1Editor_DesignEdit">DesignEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the editor is in Design or Preview mode asynchronously. True if the editor content can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RightToLeft" data-uid="C1.Win.Editor.C1Editor.RightToLeft">
          <a class="xref" href="C1.Win.Editor.C1Editor.RightToLeft.html#C1_Win_Editor_C1Editor_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the editor operates with RightToLeft or LeftToRight.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_Text" data-uid="C1.Win.Editor.C1Editor.Text">
          <a class="xref" href="C1.Win.Editor.C1Editor.Text.html#C1_Win_Editor_C1Editor_Text">Text</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_UserDataFolder" data-uid="C1.Win.Editor.C1Editor.UserDataFolder">
          <a class="xref" href="C1.Win.Editor.C1Editor.UserDataFolder.html#C1_Win_Editor_C1Editor_UserDataFolder">UserDataFolder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to pass as the userDataFolder parameter of
Microsoft.Web.WebView2.Core.CoreWebView2Environment.CreateAsync(System.String,System.String,Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions)
when creating an environment with this instance.</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="C1_Win_Editor_C1Editor_BeginInit" data-uid="C1.Win.Editor.C1Editor.BeginInit">
          <a class="xref" href="C1.Win.Editor.C1Editor.BeginInit.html#C1_Win_Editor_C1Editor_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_BoldSelection" data-uid="C1.Win.Editor.C1Editor.BoldSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.BoldSelection.html#C1_Win_Editor_C1Editor_BoldSelection">BoldSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the Bold attribute to the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_BoldSelectionAsync" data-uid="C1.Win.Editor.C1Editor.BoldSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.BoldSelectionAsync.html#C1_Win_Editor_C1Editor_BoldSelectionAsync">BoldSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the Bold attribute to the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ClearStylesAtSelection" data-uid="C1.Win.Editor.C1Editor.ClearStylesAtSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.ClearStylesAtSelection.html#C1_Win_Editor_C1Editor_ClearStylesAtSelection">ClearStylesAtSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all text styling definitions within the selected regions and outer definitions
will be applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ClearStylesAtSelectionAsync" data-uid="C1.Win.Editor.C1Editor.ClearStylesAtSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.ClearStylesAtSelectionAsync.html#C1_Win_Editor_C1Editor_ClearStylesAtSelectionAsync">ClearStylesAtSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all text styling definitions within the selected regions and outer definitions
will be applied asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_CopySelectedFragmentToClipboard" data-uid="C1.Win.Editor.C1Editor.CopySelectedFragmentToClipboard">
          <a class="xref" href="C1.Win.Editor.C1Editor.CopySelectedFragmentToClipboard.html#C1_Win_Editor_C1Editor_CopySelectedFragmentToClipboard">CopySelectedFragmentToClipboard()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selected document fragment to the clipboard. The fragment can be pasted
as text only with PasteText() or as a fragment with PasteFragment. Fragments
include current formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_CopySelectedFragmentToClipboardAsync" data-uid="C1.Win.Editor.C1Editor.CopySelectedFragmentToClipboardAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.CopySelectedFragmentToClipboardAsync.html#C1_Win_Editor_C1Editor_CopySelectedFragmentToClipboardAsync">CopySelectedFragmentToClipboardAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selected document fragment to the clipboard. The fragment can be pasted
as text only with PasteText() or as a fragment with PasteFragment. Fragments
include current formatting asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_CopySelectionToClipboard" data-uid="C1.Win.Editor.C1Editor.CopySelectionToClipboard">
          <a class="xref" href="C1.Win.Editor.C1Editor.CopySelectionToClipboard.html#C1_Win_Editor_C1Editor_CopySelectionToClipboard">CopySelectionToClipboard()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selected text to the clipboard. Alternatively, text can be copied
to the clipboard by right-click, copy.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_CopySelectionToClipboardAsync" data-uid="C1.Win.Editor.C1Editor.CopySelectionToClipboardAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.CopySelectionToClipboardAsync.html#C1_Win_Editor_C1Editor_CopySelectionToClipboardAsync">CopySelectionToClipboardAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selected text to the clipboard. Alternatively, text can be copied
to the clipboard by right-click, copy asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_CutSelectedFragmentToClipboard" data-uid="C1.Win.Editor.C1Editor.CutSelectedFragmentToClipboard">
          <a class="xref" href="C1.Win.Editor.C1Editor.CutSelectedFragmentToClipboard.html#C1_Win_Editor_C1Editor_CutSelectedFragmentToClipboard">CutSelectedFragmentToClipboard()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selected document fragment to the clipboard and removes
the selected data from the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_CutSelectedFragmentToClipboardAsync" data-uid="C1.Win.Editor.C1Editor.CutSelectedFragmentToClipboardAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.CutSelectedFragmentToClipboardAsync.html#C1_Win_Editor_C1Editor_CutSelectedFragmentToClipboardAsync">CutSelectedFragmentToClipboardAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selected document fragment to the clipboard and removes
the selected data from the document asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_Dispose_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.Dispose.html#C1_Win_Editor_C1Editor_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_EndInit" data-uid="C1.Win.Editor.C1Editor.EndInit">
          <a class="xref" href="C1.Win.Editor.C1Editor.EndInit.html#C1_Win_Editor_C1Editor_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_FindAndDecorate_System_String_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.FindAndDecorate(System.String,System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.FindAndDecorate.html#C1_Win_Editor_C1Editor_FindAndDecorate_System_String_System_String_System_String_System_String_">FindAndDecorate(string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds and decorates all occurrences of a text string in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_FindAndDecorate_System_Text_RegularExpressions_Regex_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.FindAndDecorate(System.Text.RegularExpressions.Regex,System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.FindAndDecorate.html#C1_Win_Editor_C1Editor_FindAndDecorate_System_Text_RegularExpressions_Regex_System_String_System_String_System_String_">FindAndDecorate(Regex, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds and decorates all the matches in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_FindAndDecorateAsync_System_String_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.FindAndDecorateAsync(System.String,System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.FindAndDecorateAsync.html#C1_Win_Editor_C1Editor_FindAndDecorateAsync_System_String_System_String_System_String_System_String_">FindAndDecorateAsync(string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds and decorates all occurrences of a text string in the document asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_FindAndDecorateAsync_System_Text_RegularExpressions_Regex_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.FindAndDecorateAsync(System.Text.RegularExpressions.Regex,System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.FindAndDecorateAsync.html#C1_Win_Editor_C1Editor_FindAndDecorateAsync_System_Text_RegularExpressions_Regex_System_String_System_String_System_String_">FindAndDecorateAsync(Regex, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds and decorates all the matches in the document asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_FindAndSelect_System_String_System_Int32_" data-uid="C1.Win.Editor.C1Editor.FindAndSelect(System.String,System.Int32)">
          <a class="xref" href="C1.Win.Editor.C1Editor.FindAndSelect.html#C1_Win_Editor_C1Editor_FindAndSelect_System_String_System_Int32_">FindAndSelect(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds and selects the occurrence of a text string in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_FindAndSelectAsync_System_String_System_Int32_" data-uid="C1.Win.Editor.C1Editor.FindAndSelectAsync(System.String,System.Int32)">
          <a class="xref" href="C1.Win.Editor.C1Editor.FindAndSelectAsync.html#C1_Win_Editor_C1Editor_FindAndSelectAsync_System_String_System_Int32_">FindAndSelectAsync(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds and selects the occurrence of a text string in the document asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_FindTextReplace_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.FindTextReplace(System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.FindTextReplace.html#C1_Win_Editor_C1Editor_FindTextReplace_System_String_System_String_">FindTextReplace(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Find and replaces all occurrences of the specified text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_FindTextReplaceAsync_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.FindTextReplaceAsync(System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.FindTextReplaceAsync.html#C1_Win_Editor_C1Editor_FindTextReplaceAsync_System_String_System_String_">FindTextReplaceAsync(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Find and replaces all occurrences of the specified text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_GetInnerHTML_System_String_" data-uid="C1.Win.Editor.C1Editor.GetInnerHTML(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.GetInnerHTML.html#C1_Win_Editor_C1Editor_GetInnerHTML_System_String_">GetInnerHTML(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets InnerHTML of the specified or body element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_GetInnerHTMLAsync_System_String_" data-uid="C1.Win.Editor.C1Editor.GetInnerHTMLAsync(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.GetInnerHTMLAsync.html#C1_Win_Editor_C1Editor_GetInnerHTMLAsync_System_String_">GetInnerHTMLAsync(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets InnerHTML of the specified or body element asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_GetSelectedText" data-uid="C1.Win.Editor.C1Editor.GetSelectedText">
          <a class="xref" href="C1.Win.Editor.C1Editor.GetSelectedText.html#C1_Win_Editor_C1Editor_GetSelectedText">GetSelectedText()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_GetSelectedTextAsync" data-uid="C1.Win.Editor.C1Editor.GetSelectedTextAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.GetSelectedTextAsync.html#C1_Win_Editor_C1Editor_GetSelectedTextAsync">GetSelectedTextAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_GetSelectionFontInfo" data-uid="C1.Win.Editor.C1Editor.GetSelectionFontInfo">
          <a class="xref" href="C1.Win.Editor.C1Editor.GetSelectionFontInfo.html#C1_Win_Editor_C1Editor_GetSelectionFontInfo">GetSelectionFontInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the current font information of the text at the cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_GetSelectionFontInfoAsync" data-uid="C1.Win.Editor.C1Editor.GetSelectionFontInfoAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.GetSelectionFontInfoAsync.html#C1_Win_Editor_C1Editor_GetSelectionFontInfoAsync">GetSelectionFontInfoAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the current font information of the text at the cursor asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_GetText" data-uid="C1.Win.Editor.C1Editor.GetText">
          <a class="xref" href="C1.Win.Editor.C1Editor.GetText.html#C1_Win_Editor_C1Editor_GetText">GetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets text content of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_GetTextAsync" data-uid="C1.Win.Editor.C1Editor.GetTextAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.GetTextAsync.html#C1_Win_Editor_C1Editor_GetTextAsync">GetTextAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets text content of the document asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_HeaderSelection_System_Int32_" data-uid="C1.Win.Editor.C1Editor.HeaderSelection(System.Int32)">
          <a class="xref" href="C1.Win.Editor.C1Editor.HeaderSelection.html#C1_Win_Editor_C1Editor_HeaderSelection_System_Int32_">HeaderSelection(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds Header attribute to the currently selection text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_HeaderSelectionAsync_System_Int32_" data-uid="C1.Win.Editor.C1Editor.HeaderSelectionAsync(System.Int32)">
          <a class="xref" href="C1.Win.Editor.C1Editor.HeaderSelectionAsync.html#C1_Win_Editor_C1Editor_HeaderSelectionAsync_System_Int32_">HeaderSelectionAsync(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds Header attribute to the currently selection text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_HighlightSelectionText_System_Drawing_Color_" data-uid="C1.Win.Editor.C1Editor.HighlightSelectionText(System.Drawing.Color)">
          <a class="xref" href="C1.Win.Editor.C1Editor.HighlightSelectionText.html#C1_Win_Editor_C1Editor_HighlightSelectionText_System_Drawing_Color_">HighlightSelectionText(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified backcolor attribute to the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_HighlightSelectionTextAsync_System_Drawing_Color_" data-uid="C1.Win.Editor.C1Editor.HighlightSelectionTextAsync(System.Drawing.Color)">
          <a class="xref" href="C1.Win.Editor.C1Editor.HighlightSelectionTextAsync.html#C1_Win_Editor_C1Editor_HighlightSelectionTextAsync_System_Drawing_Color_">HighlightSelectionTextAsync(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified backcolor attribute to the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertHyperlink_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.InsertHyperlink(System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertHyperlink.html#C1_Win_Editor_C1Editor_InsertHyperlink_System_String_System_String_System_String_">InsertHyperlink(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a hyperlink at the cursor location. If text is selected it is overwritten.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertHyperlinkAsync_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.InsertHyperlinkAsync(System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertHyperlinkAsync.html#C1_Win_Editor_C1Editor_InsertHyperlinkAsync_System_String_System_String_System_String_">InsertHyperlinkAsync(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a hyperlink at the cursor location. If text is selected it is overwritten asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertImageAtSelection_System_Drawing_Image_System_String_" data-uid="C1.Win.Editor.C1Editor.InsertImageAtSelection(System.Drawing.Image,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertImageAtSelection.html#C1_Win_Editor_C1Editor_InsertImageAtSelection_System_Drawing_Image_System_String_">InsertImageAtSelection(Image, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an image at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertImageAtSelectionAsync_System_Drawing_Image_System_String_" data-uid="C1.Win.Editor.C1Editor.InsertImageAtSelectionAsync(System.Drawing.Image,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertImageAtSelectionAsync.html#C1_Win_Editor_C1Editor_InsertImageAtSelectionAsync_System_Drawing_Image_System_String_">InsertImageAtSelectionAsync(Image, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an image at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertList_System_String_System_String___System_String_" data-uid="C1.Win.Editor.C1Editor.InsertList(System.String,System.String[],System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertList.html#C1_Win_Editor_C1Editor_InsertList_System_String_System_String___System_String_">InsertList(string, string[], string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a list at the cursor location. If text is selected, it is overwritten.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertListAsync_System_String_System_String___System_String_" data-uid="C1.Win.Editor.C1Editor.InsertListAsync(System.String,System.String[],System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertListAsync.html#C1_Win_Editor_C1Editor_InsertListAsync_System_String_System_String___System_String_">InsertListAsync(string, string[], string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a list at the cursor location. If text is selected, it is overwritten asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertTableAtSelection_System_String_System_Int32_System_Int32_System_Boolean_System_Boolean_System_String_" data-uid="C1.Win.Editor.C1Editor.InsertTableAtSelection(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertTableAtSelection.html#C1_Win_Editor_C1Editor_InsertTableAtSelection_System_String_System_Int32_System_Int32_System_Boolean_System_Boolean_System_String_">InsertTableAtSelection(string, int, int, bool, bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a table described by the parameters at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertTableAtSelectionAsync_System_String_System_Int32_System_Int32_System_Boolean_System_Boolean_System_String_" data-uid="C1.Win.Editor.C1Editor.InsertTableAtSelectionAsync(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertTableAtSelectionAsync.html#C1_Win_Editor_C1Editor_InsertTableAtSelectionAsync_System_String_System_Int32_System_Int32_System_Boolean_System_Boolean_System_String_">InsertTableAtSelectionAsync(string, int, int, bool, bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a table described by the parameters at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertTableColumnAtSelection_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.InsertTableColumnAtSelection(System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertTableColumnAtSelection.html#C1_Win_Editor_C1Editor_InsertTableColumnAtSelection_System_Boolean_">InsertTableColumnAtSelection(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a column into the table at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertTableColumnAtSelectionAsync_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.InsertTableColumnAtSelectionAsync(System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertTableColumnAtSelectionAsync.html#C1_Win_Editor_C1Editor_InsertTableColumnAtSelectionAsync_System_Boolean_">InsertTableColumnAtSelectionAsync(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a column into the table at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertTableRowAtSelection_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.InsertTableRowAtSelection(System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertTableRowAtSelection.html#C1_Win_Editor_C1Editor_InsertTableRowAtSelection_System_Boolean_">InsertTableRowAtSelection(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a row into the table at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_InsertTableRowAtSelectionAsync_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.InsertTableRowAtSelectionAsync(System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.InsertTableRowAtSelectionAsync.html#C1_Win_Editor_C1Editor_InsertTableRowAtSelectionAsync_System_Boolean_">InsertTableRowAtSelectionAsync(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a row into the table at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ItalicSelection" data-uid="C1.Win.Editor.C1Editor.ItalicSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.ItalicSelection.html#C1_Win_Editor_C1Editor_ItalicSelection">ItalicSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the Italics attribute to the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ItalicSelectionAsync" data-uid="C1.Win.Editor.C1Editor.ItalicSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.ItalicSelectionAsync.html#C1_Win_Editor_C1Editor_ItalicSelectionAsync">ItalicSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the Italics attribute to the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_LoadDocumentAsync_System_IO_Stream_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.LoadDocumentAsync(System.IO.Stream,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.LoadDocumentAsync.html#C1_Win_Editor_C1Editor_LoadDocumentAsync_System_IO_Stream_System_Boolean_">LoadDocumentAsync(Stream, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads content from the stream asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_LoadDocumentAsync_System_String_C1_Win_Editor_StringType_" data-uid="C1.Win.Editor.C1Editor.LoadDocumentAsync(System.String,C1.Win.Editor.StringType)">
          <a class="xref" href="C1.Win.Editor.C1Editor.LoadDocumentAsync.html#C1_Win_Editor_C1Editor_LoadDocumentAsync_System_String_C1_Win_Editor_StringType_">LoadDocumentAsync(string, StringType)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads content from the string asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_LoadDocumentRequest_System_String_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.LoadDocumentRequest(System.String,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.LoadDocumentRequest.html#C1_Win_Editor_C1Editor_LoadDocumentRequest_System_String_System_Boolean_">LoadDocumentRequest(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the file dialog and loads the selected document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_LoadDocumentRequestAsync_System_String_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.LoadDocumentRequestAsync(System.String,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.LoadDocumentRequestAsync.html#C1_Win_Editor_C1Editor_LoadDocumentRequestAsync_System_String_System_Boolean_">LoadDocumentRequestAsync(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the file dialog and loads the selected document asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_OnC1EditorIsReady_System_EventArgs_" data-uid="C1.Win.Editor.C1Editor.OnC1EditorIsReady(System.EventArgs)">
          <a class="xref" href="C1.Win.Editor.C1Editor.OnC1EditorIsReady.html#C1_Win_Editor_C1Editor_OnC1EditorIsReady_System_EventArgs_">OnC1EditorIsReady(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>A virtual method called when the editor is ready for operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_OnCurrentTextStyleChanged_C1_Win_Editor_TextStyleEventArgs_" data-uid="C1.Win.Editor.C1Editor.OnCurrentTextStyleChanged(C1.Win.Editor.TextStyleEventArgs)">
          <a class="xref" href="C1.Win.Editor.C1Editor.OnCurrentTextStyleChanged.html#C1_Win_Editor_C1Editor_OnCurrentTextStyleChanged_C1_Win_Editor_TextStyleEventArgs_">OnCurrentTextStyleChanged(TextStyleEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>A virtual method called when the cursor position is changed by key or mouse action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_OnDesignEditChanged_System_EventArgs_" data-uid="C1.Win.Editor.C1Editor.OnDesignEditChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Editor.C1Editor.OnDesignEditChanged.html#C1_Win_Editor_C1Editor_OnDesignEditChanged_System_EventArgs_">OnDesignEditChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>A virtual method called when the DesignEdit property is changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_OnDocumentLoaded_System_EventArgs_" data-uid="C1.Win.Editor.C1Editor.OnDocumentLoaded(System.EventArgs)">
          <a class="xref" href="C1.Win.Editor.C1Editor.OnDocumentLoaded.html#C1_Win_Editor_C1Editor_OnDocumentLoaded_System_EventArgs_">OnDocumentLoaded(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>A virtual method called when asynchronous document loading is complete.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_OnHandleCreated_System_EventArgs_" data-uid="C1.Win.Editor.C1Editor.OnHandleCreated(System.EventArgs)">
          <a class="xref" href="C1.Win.Editor.C1Editor.OnHandleCreated.html#C1_Win_Editor_C1Editor_OnHandleCreated_System_EventArgs_">OnHandleCreated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Win.Editor.C1Editor.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Editor.C1Editor.OnRightToLeftChanged.html#C1_Win_Editor_C1Editor_OnRightToLeftChanged_System_EventArgs_">OnRightToLeftChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RightToLeftChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_OnSelectedTextChanged_C1_Win_Editor_TextEventArgs_" data-uid="C1.Win.Editor.C1Editor.OnSelectedTextChanged(C1.Win.Editor.TextEventArgs)">
          <a class="xref" href="C1.Win.Editor.C1Editor.OnSelectedTextChanged.html#C1_Win_Editor_C1Editor_OnSelectedTextChanged_C1_Win_Editor_TextEventArgs_">OnSelectedTextChanged(TextEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>A virtual method called when the Editor's selected text changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_PasteFragment_System_String_" data-uid="C1.Win.Editor.C1Editor.PasteFragment(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.PasteFragment.html#C1_Win_Editor_C1Editor_PasteFragment_System_String_">PasteFragment(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes a document fragment at the selection location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_PasteFragmentAsync_System_String_" data-uid="C1.Win.Editor.C1Editor.PasteFragmentAsync(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.PasteFragmentAsync.html#C1_Win_Editor_C1Editor_PasteFragmentAsync_System_String_">PasteFragmentAsync(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes a document fragment at the selection location asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_PasteText_System_String_" data-uid="C1.Win.Editor.C1Editor.PasteText(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.PasteText.html#C1_Win_Editor_C1Editor_PasteText_System_String_">PasteText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Paste text or document fragment at the selection location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_PasteTextAsync_System_String_" data-uid="C1.Win.Editor.C1Editor.PasteTextAsync(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.PasteTextAsync.html#C1_Win_Editor_C1Editor_PasteTextAsync_System_String_">PasteTextAsync(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Paste text or document fragment at the selection location asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveBoldSelection" data-uid="C1.Win.Editor.C1Editor.RemoveBoldSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveBoldSelection.html#C1_Win_Editor_C1Editor_RemoveBoldSelection">RemoveBoldSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the Bold attribute from the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveBoldSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveBoldSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveBoldSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveBoldSelectionAsync">RemoveBoldSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the Bold attribute from the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveElement_System_String_System_String_System_String_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.RemoveElement(System.String,System.String,System.String,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveElement.html#C1_Win_Editor_C1Editor_RemoveElement_System_String_System_String_System_String_System_Boolean_">RemoveElement(string, string, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes element by its ID, tag and/or class name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveElementAsync_System_String_System_String_System_String_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.RemoveElementAsync(System.String,System.String,System.String,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveElementAsync.html#C1_Win_Editor_C1Editor_RemoveElementAsync_System_String_System_String_System_String_System_Boolean_">RemoveElementAsync(string, string, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes element by its ID, tag and/or class name asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveFontAtSelection" data-uid="C1.Win.Editor.C1Editor.RemoveFontAtSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveFontAtSelection.html#C1_Win_Editor_C1Editor_RemoveFontAtSelection">RemoveFontAtSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes any overriding font for the selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveFontAtSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveFontAtSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveFontAtSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveFontAtSelectionAsync">RemoveFontAtSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes any overriding font for the selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveHeaderSelection_System_Int32_" data-uid="C1.Win.Editor.C1Editor.RemoveHeaderSelection(System.Int32)">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveHeaderSelection.html#C1_Win_Editor_C1Editor_RemoveHeaderSelection_System_Int32_">RemoveHeaderSelection(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes Header specific header attribute from the currently selection text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveHeaderSelectionAsync_System_Int32_" data-uid="C1.Win.Editor.C1Editor.RemoveHeaderSelectionAsync(System.Int32)">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveHeaderSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveHeaderSelectionAsync_System_Int32_">RemoveHeaderSelectionAsync(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes Header specific header attribute from the currently selection text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveHighlightSelectionText" data-uid="C1.Win.Editor.C1Editor.RemoveHighlightSelectionText">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveHighlightSelectionText.html#C1_Win_Editor_C1Editor_RemoveHighlightSelectionText">RemoveHighlightSelectionText()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified backcolor attribute from the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveHighlightSelectionTextAsync" data-uid="C1.Win.Editor.C1Editor.RemoveHighlightSelectionTextAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveHighlightSelectionTextAsync.html#C1_Win_Editor_C1Editor_RemoveHighlightSelectionTextAsync">RemoveHighlightSelectionTextAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified backcolor attribute from the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveItalicSelection" data-uid="C1.Win.Editor.C1Editor.RemoveItalicSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveItalicSelection.html#C1_Win_Editor_C1Editor_RemoveItalicSelection">RemoveItalicSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the Italics attribute from the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveItalicSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveItalicSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveItalicSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveItalicSelectionAsync">RemoveItalicSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the Italics attribute from the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveParagraphFontAtSelection" data-uid="C1.Win.Editor.C1Editor.RemoveParagraphFontAtSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveParagraphFontAtSelection.html#C1_Win_Editor_C1Editor_RemoveParagraphFontAtSelection">RemoveParagraphFontAtSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes any overriding font for the paragraph at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveParagraphFontAtSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveParagraphFontAtSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveParagraphFontAtSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveParagraphFontAtSelectionAsync">RemoveParagraphFontAtSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes any overriding font for the paragraph at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveParagraphStyleAtSelection" data-uid="C1.Win.Editor.C1Editor.RemoveParagraphStyleAtSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveParagraphStyleAtSelection.html#C1_Win_Editor_C1Editor_RemoveParagraphStyleAtSelection">RemoveParagraphStyleAtSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes any overriding style for the paragraph at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveParagraphStyleAtSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveParagraphStyleAtSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveParagraphStyleAtSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveParagraphStyleAtSelectionAsync">RemoveParagraphStyleAtSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes any overriding style for the paragraph at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveSelectionForeColor" data-uid="C1.Win.Editor.C1Editor.RemoveSelectionForeColor">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveSelectionForeColor.html#C1_Win_Editor_C1Editor_RemoveSelectionForeColor">RemoveSelectionForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the all forecolor attributes from the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveSelectionForeColorAsync" data-uid="C1.Win.Editor.C1Editor.RemoveSelectionForeColorAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveSelectionForeColorAsync.html#C1_Win_Editor_C1Editor_RemoveSelectionForeColorAsync">RemoveSelectionForeColorAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the all forecolor attributes from the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveStrikeThroughSelection" data-uid="C1.Win.Editor.C1Editor.RemoveStrikeThroughSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveStrikeThroughSelection.html#C1_Win_Editor_C1Editor_RemoveStrikeThroughSelection">RemoveStrikeThroughSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the StrikeThrough attribute from the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveStrikeThroughSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveStrikeThroughSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveStrikeThroughSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveStrikeThroughSelectionAsync">RemoveStrikeThroughSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the StrikeThrough attribute from the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveSubscriptSelection" data-uid="C1.Win.Editor.C1Editor.RemoveSubscriptSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveSubscriptSelection.html#C1_Win_Editor_C1Editor_RemoveSubscriptSelection">RemoveSubscriptSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the SubScript attribute from the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveSubscriptSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveSubscriptSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveSubscriptSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveSubscriptSelectionAsync">RemoveSubscriptSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the SubScript attribute from the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveSuperscriptSelection" data-uid="C1.Win.Editor.C1Editor.RemoveSuperscriptSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveSuperscriptSelection.html#C1_Win_Editor_C1Editor_RemoveSuperscriptSelection">RemoveSuperscriptSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the SuperScript attribute from the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveSuperscriptSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveSuperscriptSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveSuperscriptSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveSuperscriptSelectionAsync">RemoveSuperscriptSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the SuperScript attribute from the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveTableAtSelection" data-uid="C1.Win.Editor.C1Editor.RemoveTableAtSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveTableAtSelection.html#C1_Win_Editor_C1Editor_RemoveTableAtSelection">RemoveTableAtSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a table specified at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveTableAtSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveTableAtSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveTableAtSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveTableAtSelectionAsync">RemoveTableAtSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a table specified at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveTableColumnAtSelection" data-uid="C1.Win.Editor.C1Editor.RemoveTableColumnAtSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveTableColumnAtSelection.html#C1_Win_Editor_C1Editor_RemoveTableColumnAtSelection">RemoveTableColumnAtSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a table column at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveTableColumnAtSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveTableColumnAtSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveTableColumnAtSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveTableColumnAtSelectionAsync">RemoveTableColumnAtSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a table column at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveTableRowAtSelection" data-uid="C1.Win.Editor.C1Editor.RemoveTableRowAtSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveTableRowAtSelection.html#C1_Win_Editor_C1Editor_RemoveTableRowAtSelection">RemoveTableRowAtSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a table row at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveTableRowAtSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveTableRowAtSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveTableRowAtSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveTableRowAtSelectionAsync">RemoveTableRowAtSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a table row at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveTextAlignmentSelection" data-uid="C1.Win.Editor.C1Editor.RemoveTextAlignmentSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveTextAlignmentSelection.html#C1_Win_Editor_C1Editor_RemoveTextAlignmentSelection">RemoveTextAlignmentSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the horizontal alignment from the paragraph of the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveTextAlignmentSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveTextAlignmentSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveTextAlignmentSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveTextAlignmentSelectionAsync">RemoveTextAlignmentSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the horizontal alignment from the paragraph of the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveUnderlineSelection" data-uid="C1.Win.Editor.C1Editor.RemoveUnderlineSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveUnderlineSelection.html#C1_Win_Editor_C1Editor_RemoveUnderlineSelection">RemoveUnderlineSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the Underline attribute from the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RemoveUnderlineSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RemoveUnderlineSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RemoveUnderlineSelectionAsync.html#C1_Win_Editor_C1Editor_RemoveUnderlineSelectionAsync">RemoveUnderlineSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the Underline attribute from the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ReplaceElement_System_String_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.ReplaceElement(System.String,System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.ReplaceElement.html#C1_Win_Editor_C1Editor_ReplaceElement_System_String_System_String_System_String_System_String_">ReplaceElement(string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the found elements with the specified HTML fragment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ReplaceElementAsync_System_String_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.ReplaceElementAsync(System.String,System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.ReplaceElementAsync.html#C1_Win_Editor_C1Editor_ReplaceElementAsync_System_String_System_String_System_String_System_String_">ReplaceElementAsync(string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the found elements with the specified HTML fragment asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ReplaceSelectedText_System_String_" data-uid="C1.Win.Editor.C1Editor.ReplaceSelectedText(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.ReplaceSelectedText.html#C1_Win_Editor_C1Editor_ReplaceSelectedText_System_String_">ReplaceSelectedText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces selected text with the text in the clipboard. Alternatively, text and images
can paste over selected text by right-click, paste.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ReplaceSelectedTextAsync_System_String_" data-uid="C1.Win.Editor.C1Editor.ReplaceSelectedTextAsync(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.ReplaceSelectedTextAsync.html#C1_Win_Editor_C1Editor_ReplaceSelectedTextAsync_System_String_">ReplaceSelectedTextAsync(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces selected text with the text in the clipboard. Alternatively, text and images
can paste over selected text by right-click, paste asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RunColorSelectionTextDialog" data-uid="C1.Win.Editor.C1Editor.RunColorSelectionTextDialog">
          <a class="xref" href="C1.Win.Editor.C1Editor.RunColorSelectionTextDialog.html#C1_Win_Editor_C1Editor_RunColorSelectionTextDialog">RunColorSelectionTextDialog()</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the standard color dialog and sets the selected text forecolor;</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RunColorSelectionTextDialogAsync" data-uid="C1.Win.Editor.C1Editor.RunColorSelectionTextDialogAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RunColorSelectionTextDialogAsync.html#C1_Win_Editor_C1Editor_RunColorSelectionTextDialogAsync">RunColorSelectionTextDialogAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the standard color dialog and sets the selected text forecolor asynchronously;</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RunFontDialogForParagraph" data-uid="C1.Win.Editor.C1Editor.RunFontDialogForParagraph">
          <a class="xref" href="C1.Win.Editor.C1Editor.RunFontDialogForParagraph.html#C1_Win_Editor_C1Editor_RunFontDialogForParagraph">RunFontDialogForParagraph()</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the font dialog and sets the font for the paragraph at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RunFontDialogForParagraphAsync" data-uid="C1.Win.Editor.C1Editor.RunFontDialogForParagraphAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RunFontDialogForParagraphAsync.html#C1_Win_Editor_C1Editor_RunFontDialogForParagraphAsync">RunFontDialogForParagraphAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the font dialog and sets the font for the paragraph at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RunFontDialogForSelection" data-uid="C1.Win.Editor.C1Editor.RunFontDialogForSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.RunFontDialogForSelection.html#C1_Win_Editor_C1Editor_RunFontDialogForSelection">RunFontDialogForSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the font dialog and sets the font of the selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RunFontDialogForSelectionAsync" data-uid="C1.Win.Editor.C1Editor.RunFontDialogForSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RunFontDialogForSelectionAsync.html#C1_Win_Editor_C1Editor_RunFontDialogForSelectionAsync">RunFontDialogForSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the font dialog and sets the font of the selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RunHighlightSelectionTextDialog" data-uid="C1.Win.Editor.C1Editor.RunHighlightSelectionTextDialog">
          <a class="xref" href="C1.Win.Editor.C1Editor.RunHighlightSelectionTextDialog.html#C1_Win_Editor_C1Editor_RunHighlightSelectionTextDialog">RunHighlightSelectionTextDialog()</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the standard color dialog and sets the selected text backcolor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_RunHighlightSelectionTextDialogAsync" data-uid="C1.Win.Editor.C1Editor.RunHighlightSelectionTextDialogAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.RunHighlightSelectionTextDialogAsync.html#C1_Win_Editor_C1Editor_RunHighlightSelectionTextDialogAsync">RunHighlightSelectionTextDialogAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the standard color dialog and sets the selected text backcolor asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SaveDocumentAsync_System_IO_Stream_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.SaveDocumentAsync(System.IO.Stream,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SaveDocumentAsync.html#C1_Win_Editor_C1Editor_SaveDocumentAsync_System_IO_Stream_System_Boolean_">SaveDocumentAsync(Stream, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current editor content to the stream asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SaveDocumentAsync_System_String_" data-uid="C1.Win.Editor.C1Editor.SaveDocumentAsync(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SaveDocumentAsync.html#C1_Win_Editor_C1Editor_SaveDocumentAsync_System_String_">SaveDocumentAsync(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the current editor content to the specified filepath asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SaveDocumentRequest_System_String_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.SaveDocumentRequest(System.String,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SaveDocumentRequest.html#C1_Win_Editor_C1Editor_SaveDocumentRequest_System_String_System_Boolean_">SaveDocumentRequest(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the file dialog and saves the editor content to the selected file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SaveDocumentRequestAsync_System_String_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.SaveDocumentRequestAsync(System.String,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SaveDocumentRequestAsync.html#C1_Win_Editor_C1Editor_SaveDocumentRequestAsync_System_String_System_Boolean_">SaveDocumentRequestAsync(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Runs the file dialog and saves the editor content to the selected file asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SaveDocumentToPDFAsync_System_String_" data-uid="C1.Win.Editor.C1Editor.SaveDocumentToPDFAsync(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SaveDocumentToPDFAsync.html#C1_Win_Editor_C1Editor_SaveDocumentToPDFAsync_System_String_">SaveDocumentToPDFAsync(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Print the current page to PDF asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SelectionForeColor_System_Drawing_Color_" data-uid="C1.Win.Editor.C1Editor.SelectionForeColor(System.Drawing.Color)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SelectionForeColor.html#C1_Win_Editor_C1Editor_SelectionForeColor_System_Drawing_Color_">SelectionForeColor(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified forecolor attribute to the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SelectionForeColorAsync_System_Drawing_Color_" data-uid="C1.Win.Editor.C1Editor.SelectionForeColorAsync(System.Drawing.Color)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SelectionForeColorAsync.html#C1_Win_Editor_C1Editor_SelectionForeColorAsync_System_Drawing_Color_">SelectionForeColorAsync(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified forecolor attribute to the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetCssStyleAtSelection_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.SetCssStyleAtSelection(System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetCssStyleAtSelection.html#C1_Win_Editor_C1Editor_SetCssStyleAtSelection_System_String_System_String_System_String_">SetCssStyleAtSelection(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets CSS style to the selected tag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetCssStyleAtSelectionAsync_System_String_System_String_System_String_" data-uid="C1.Win.Editor.C1Editor.SetCssStyleAtSelectionAsync(System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetCssStyleAtSelectionAsync.html#C1_Win_Editor_C1Editor_SetCssStyleAtSelectionAsync_System_String_System_String_System_String_">SetCssStyleAtSelectionAsync(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets CSS style to the selected tag asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetCssStyles_System_String_" data-uid="C1.Win.Editor.C1Editor.SetCssStyles(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetCssStyles.html#C1_Win_Editor_C1Editor_SetCssStyles_System_String_">SetCssStyles(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Set CSS styles for the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetCssStylesAsync_System_String_" data-uid="C1.Win.Editor.C1Editor.SetCssStylesAsync(System.String)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetCssStylesAsync.html#C1_Win_Editor_C1Editor_SetCssStylesAsync_System_String_">SetCssStylesAsync(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Set CSS styles for the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetDefaultStyles_System_String_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.SetDefaultStyles(System.String,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetDefaultStyles.html#C1_Win_Editor_C1Editor_SetDefaultStyles_System_String_System_Boolean_">SetDefaultStyles(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the default css style for the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetDefaultStylesAsync_System_String_System_Boolean_" data-uid="C1.Win.Editor.C1Editor.SetDefaultStylesAsync(System.String,System.Boolean)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetDefaultStylesAsync.html#C1_Win_Editor_C1Editor_SetDefaultStylesAsync_System_String_System_Boolean_">SetDefaultStylesAsync(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the default css style for the document asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetFontAtSelection_System_Drawing_Font_" data-uid="C1.Win.Editor.C1Editor.SetFontAtSelection(System.Drawing.Font)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetFontAtSelection.html#C1_Win_Editor_C1Editor_SetFontAtSelection_System_Drawing_Font_">SetFontAtSelection(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Set the font for the selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetFontAtSelectionAsync_System_Drawing_Font_" data-uid="C1.Win.Editor.C1Editor.SetFontAtSelectionAsync(System.Drawing.Font)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetFontAtSelectionAsync.html#C1_Win_Editor_C1Editor_SetFontAtSelectionAsync_System_Drawing_Font_">SetFontAtSelectionAsync(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Set the font for the selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetParagraphFontAtSelection_System_Drawing_Font_" data-uid="C1.Win.Editor.C1Editor.SetParagraphFontAtSelection(System.Drawing.Font)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetParagraphFontAtSelection.html#C1_Win_Editor_C1Editor_SetParagraphFontAtSelection_System_Drawing_Font_">SetParagraphFontAtSelection(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the font for the paragraph at the current cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SetParagraphFontAtSelectionAsync_System_Drawing_Font_" data-uid="C1.Win.Editor.C1Editor.SetParagraphFontAtSelectionAsync(System.Drawing.Font)">
          <a class="xref" href="C1.Win.Editor.C1Editor.SetParagraphFontAtSelectionAsync.html#C1_Win_Editor_C1Editor_SetParagraphFontAtSelectionAsync_System_Drawing_Font_">SetParagraphFontAtSelectionAsync(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the font for the paragraph at the current cursor position asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ShowDevTools" data-uid="C1.Win.Editor.C1Editor.ShowDevTools">
          <a class="xref" href="C1.Win.Editor.C1Editor.ShowDevTools.html#C1_Win_Editor_C1Editor_ShowDevTools">ShowDevTools()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Edge based DevTools window for the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_ShowDevToolsAsync" data-uid="C1.Win.Editor.C1Editor.ShowDevToolsAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.ShowDevToolsAsync.html#C1_Win_Editor_C1Editor_ShowDevToolsAsync">ShowDevToolsAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Edge based DevTools window for the document asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_StrikeThroughSelection" data-uid="C1.Win.Editor.C1Editor.StrikeThroughSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.StrikeThroughSelection.html#C1_Win_Editor_C1Editor_StrikeThroughSelection">StrikeThroughSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the StrikeThrough attribute to the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_StrikeThroughSelectionAsync" data-uid="C1.Win.Editor.C1Editor.StrikeThroughSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.StrikeThroughSelectionAsync.html#C1_Win_Editor_C1Editor_StrikeThroughSelectionAsync">StrikeThroughSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the StrikeThrough attribute to the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SubscriptSelection" data-uid="C1.Win.Editor.C1Editor.SubscriptSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.SubscriptSelection.html#C1_Win_Editor_C1Editor_SubscriptSelection">SubscriptSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the SubScript attribute to the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SubscriptSelectionAsync" data-uid="C1.Win.Editor.C1Editor.SubscriptSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.SubscriptSelectionAsync.html#C1_Win_Editor_C1Editor_SubscriptSelectionAsync">SubscriptSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the SubScript attribute to the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SuperscriptSelection" data-uid="C1.Win.Editor.C1Editor.SuperscriptSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.SuperscriptSelection.html#C1_Win_Editor_C1Editor_SuperscriptSelection">SuperscriptSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the SuperScript attribute to the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SuperscriptSelectionAsync" data-uid="C1.Win.Editor.C1Editor.SuperscriptSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.SuperscriptSelectionAsync.html#C1_Win_Editor_C1Editor_SuperscriptSelectionAsync">SuperscriptSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the SuperScript attribute to the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_TextAlignmentSelection_System_Windows_Forms_HorizontalAlignment_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelection(System.Windows.Forms.HorizontalAlignment)">
          <a class="xref" href="C1.Win.Editor.C1Editor.TextAlignmentSelection.html#C1_Win_Editor_C1Editor_TextAlignmentSelection_System_Windows_Forms_HorizontalAlignment_">TextAlignmentSelection(HorizontalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the horizonal alignment of the paragraph of the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_TextAlignmentSelection_System_Windows_TextAlignment_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelection(System.Windows.TextAlignment)">
          <a class="xref" href="C1.Win.Editor.C1Editor.TextAlignmentSelection.html#C1_Win_Editor_C1Editor_TextAlignmentSelection_System_Windows_TextAlignment_">TextAlignmentSelection(TextAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the horizonal alignment of the paragraph of the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_System_Windows_Forms_HorizontalAlignment_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync(System.Windows.Forms.HorizontalAlignment)">
          <a class="xref" href="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync.html#C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_System_Windows_Forms_HorizontalAlignment_">TextAlignmentSelectionAsync(HorizontalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the horizonal alignment of the paragraph of the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_System_Windows_TextAlignment_" data-uid="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync(System.Windows.TextAlignment)">
          <a class="xref" href="C1.Win.Editor.C1Editor.TextAlignmentSelectionAsync.html#C1_Win_Editor_C1Editor_TextAlignmentSelectionAsync_System_Windows_TextAlignment_">TextAlignmentSelectionAsync(TextAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the horizonal alignment of the paragraph of the currently selected text asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_UnderlineSelection" data-uid="C1.Win.Editor.C1Editor.UnderlineSelection">
          <a class="xref" href="C1.Win.Editor.C1Editor.UnderlineSelection.html#C1_Win_Editor_C1Editor_UnderlineSelection">UnderlineSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the Underline attribute to the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_UnderlineSelectionAsync" data-uid="C1.Win.Editor.C1Editor.UnderlineSelectionAsync">
          <a class="xref" href="C1.Win.Editor.C1Editor.UnderlineSelectionAsync.html#C1_Win_Editor_C1Editor_UnderlineSelectionAsync">UnderlineSelectionAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the Underline attribute to the currently selected text asynchronously.</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="C1_Win_Editor_C1Editor_C1DocumentLoaded" data-uid="C1.Win.Editor.C1Editor.C1DocumentLoaded">
          <a class="xref" href="C1.Win.Editor.C1Editor.C1DocumentLoaded.html">C1DocumentLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>An event fired when a document has been loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_C1EditorReady" data-uid="C1.Win.Editor.C1Editor.C1EditorReady">
          <a class="xref" href="C1.Win.Editor.C1Editor.C1EditorReady.html">C1EditorReady</a>
        </td>
        <td class="markdown level1 summary"><p>An event fired when the editor is ready for operations.
This event is appropriate for loading existing documents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_CurrentTextStyleChanged" data-uid="C1.Win.Editor.C1Editor.CurrentTextStyleChanged">
          <a class="xref" href="C1.Win.Editor.C1Editor.CurrentTextStyleChanged.html">CurrentTextStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>An event called each time the cursor position is changed by key or mouse action
and reports the style of the text at the new cursor position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_DesignEditChanged" data-uid="C1.Win.Editor.C1Editor.DesignEditChanged">
          <a class="xref" href="C1.Win.Editor.C1Editor.DesignEditChanged.html">DesignEditChanged</a>
        </td>
        <td class="markdown level1 summary"><p>An event fired when DesignEdit changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Editor_C1Editor_SelectedTextChanged" data-uid="C1.Win.Editor.C1Editor.SelectedTextChanged">
          <a class="xref" href="C1.Win.Editor.C1Editor.SelectedTextChanged.html">SelectedTextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>An event fired when Editor selected text changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
