# C1.C1Preview.C1HyperlinkStateEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_C1HyperlinkStateEnum" data-uid="C1.C1Preview.C1HyperlinkStateEnum" class="text-break">C1HyperlinkStateEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the state of a <a class="xref" href="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_C1HyperlinkStateEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum C1HyperlinkStateEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum C1HyperlinkStateEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkStateEnum_Active">Active</td>
        <td><p>A hyperlink that has been clicked, but not yet visited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkStateEnum_Hover">Hover</td>
        <td><p>A hyperlink under the mouse pointer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkStateEnum_Normal">Normal</td>
        <td><p>An unvisited hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1HyperlinkStateEnum_Visited">Visited</td>
        <td><p>A hyperlink that has been visited.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
