# C1.Win.C1Editor.Internal.HTML.IHTMLCaret

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret" class="text-break">IHTMLCaret Interface
</h1>
  <div class="markdown level0 summary"><p>This interface is for internal use only.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.Internal.HTML.html">C1.Win.C1Editor.Internal.HTML</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ComVisible(true)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid(&quot;3050f604-98b5-11cf-bb82-00aa00bdce0b&quot;)]
public interface IHTMLCaret</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ComVisible(True)&gt;
&lt;InterfaceType(ComInterfaceType.InterfaceIsIUnknown)&gt;
&lt;Guid(&quot;3050f604-98b5-11cf-bb82-00aa00bdce0b&quot;)&gt;
Public Interface IHTMLCaret</code></pre>
  </div>
  <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_C1Editor_Internal_HTML_IHTMLCaret_GetCaretDirection_System_Int32__" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.GetCaretDirection(System.Int32@)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.GetCaretDirection.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_GetCaretDirection_System_Int32__">GetCaretDirection(out int)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_GetLocation_C1_Win_C1Editor_Internal_HTML_tagPOINT__System_Boolean_" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.GetLocation(C1.Win.C1Editor.Internal.HTML.tagPOINT@,System.Boolean)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.GetLocation.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_GetLocation_C1_Win_C1Editor_Internal_HTML_tagPOINT__System_Boolean_">GetLocation(out tagPOINT, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_Hide" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.Hide">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.Hide.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_Hide">Hide()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_InsertText_System_String_System_Int32_" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.InsertText(System.String,System.Int32)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.InsertText.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_InsertText_System_String_System_Int32_">InsertText(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_IsVisible_System_Boolean__" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.IsVisible(System.Boolean@)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.IsVisible.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_IsVisible_System_Boolean__">IsVisible(out bool)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_MoveCaretToPointer_C1_Win_C1Editor_Internal_HTML_IDisplayPointer_System_Boolean_System_Int32_" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.MoveCaretToPointer(C1.Win.C1Editor.Internal.HTML.IDisplayPointer,System.Boolean,System.Int32)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.MoveCaretToPointer.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_MoveCaretToPointer_C1_Win_C1Editor_Internal_HTML_IDisplayPointer_System_Boolean_System_Int32_">MoveCaretToPointer(IDisplayPointer, bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_MoveCaretToPointerEx_C1_Win_C1Editor_Internal_HTML_IDisplayPointer_System_Boolean_System_Boolean_System_Int32_" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.MoveCaretToPointerEx(C1.Win.C1Editor.Internal.HTML.IDisplayPointer,System.Boolean,System.Boolean,System.Int32)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.MoveCaretToPointerEx.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_MoveCaretToPointerEx_C1_Win_C1Editor_Internal_HTML_IDisplayPointer_System_Boolean_System_Boolean_System_Int32_">MoveCaretToPointerEx(IDisplayPointer, bool, bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_MoveDisplayPointerToCaret_C1_Win_C1Editor_Internal_HTML_IDisplayPointer_" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.MoveDisplayPointerToCaret(C1.Win.C1Editor.Internal.HTML.IDisplayPointer)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.MoveDisplayPointerToCaret.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_MoveDisplayPointerToCaret_C1_Win_C1Editor_Internal_HTML_IDisplayPointer_">MoveDisplayPointerToCaret(IDisplayPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_MoveMarkupPointerToCaret_C1_Win_C1Editor_Internal_HTML_IMarkupPointer_" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.MoveMarkupPointerToCaret(C1.Win.C1Editor.Internal.HTML.IMarkupPointer)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.MoveMarkupPointerToCaret.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_MoveMarkupPointerToCaret_C1_Win_C1Editor_Internal_HTML_IMarkupPointer_">MoveMarkupPointerToCaret(IMarkupPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_ScrollIntoView" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.ScrollIntoView">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.ScrollIntoView.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_ScrollIntoView">ScrollIntoView()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_SetCaretDirection_System_Int32_" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.SetCaretDirection(System.Int32)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.SetCaretDirection.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_SetCaretDirection_System_Int32_">SetCaretDirection(int)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Internal_HTML_IHTMLCaret_Show_System_Boolean_" data-uid="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.Show(System.Boolean)">
          <a class="xref" href="C1.Win.C1Editor.Internal.HTML.IHTMLCaret.Show.html#C1_Win_C1Editor_Internal_HTML_IHTMLCaret_Show_System_Boolean_">Show(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
