# C1.Framework.Html.HyperlinkElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Html_HyperlinkElement" data-uid="C1.Framework.Html.HyperlinkElement" class="text-break">HyperlinkElement Class
</h1>
  <div class="markdown level0 summary"><p>Invisible elements inserted in the HTML stream to delimit hyperlinks.
To use this, the viewer should handle the MouseDown event, use HitTest to
find the element clicked, then scan the Children collection to determine
whether the click was on a link and what the link parameters are.</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="C1.Framework.Element.html">Element</a></div>
    <div class="level2"><span class="xref">HyperlinkElement</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Html.html">C1.Framework.Html</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_Html_HyperlinkElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HyperlinkElement : Element, ISupportUia</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HyperlinkElement
    Inherits Element
    Implements ISupportUia</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_Framework_Html_HyperlinkElement__ctor" data-uid="C1.Framework.Html.HyperlinkElement.#ctor">
          <a class="xref" href="C1.Framework.Html.HyperlinkElement.-ctor.html#C1_Framework_Html_HyperlinkElement__ctor">HyperlinkElement()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_Html_HyperlinkElement_HRef" data-uid="C1.Framework.Html.HyperlinkElement.HRef">
          <a class="xref" href="C1.Framework.Html.HyperlinkElement.HRef.html#C1_Framework_Html_HyperlinkElement_HRef">HRef</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_Html_HyperlinkElement_Name" data-uid="C1.Framework.Html.HyperlinkElement.Name">
          <a class="xref" href="C1.Framework.Html.HyperlinkElement.Name.html#C1_Framework_Html_HyperlinkElement_Name">Name</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_Html_HyperlinkElement_Start" data-uid="C1.Framework.Html.HyperlinkElement.Start">
          <a class="xref" href="C1.Framework.Html.HyperlinkElement.Start.html#C1_Framework_Html_HyperlinkElement_Start">Start</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_Html_HyperlinkElement_Target" data-uid="C1.Framework.Html.HyperlinkElement.Target">
          <a class="xref" href="C1.Framework.Html.HyperlinkElement.Target.html#C1_Framework_Html_HyperlinkElement_Target">Target</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
