# C1.Document.C1Hyperlink.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_C1Hyperlink__ctor_" data-uid="C1.Document.C1Hyperlink.#ctor*">C1Hyperlink Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_C1Hyperlink__ctor_" data-uid="C1.Document.C1Hyperlink.#ctor*"></a>
<h4 id="C1_Document_C1Hyperlink__ctor" data-uid="C1.Document.C1Hyperlink.#ctor">C1Hyperlink()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1Hyperlink.html">C1Hyperlink</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1Hyperlink()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_Document_C1Hyperlink__ctor_" data-uid="C1.Document.C1Hyperlink.#ctor*"></a>
<h4 id="C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_" data-uid="C1.Document.C1Hyperlink.#ctor(C1.Document.C1LinkTargetBase)">C1Hyperlink(C1LinkTargetBase)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.Document.C1Hyperlink.LinkTarget.html#C1_Document_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1Hyperlink(C1LinkTargetBase linkTarget)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(linkTarget As C1LinkTargetBase)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a></td>
      <td><span class="parametername">linkTarget</span></td>
      <td><p>The <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a> to set as the target of the current hyperlink.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Document_C1Hyperlink__ctor_" data-uid="C1.Document.C1Hyperlink.#ctor*"></a>
<h4 id="C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_System_String_" data-uid="C1.Document.C1Hyperlink.#ctor(C1.Document.C1LinkTargetBase,System.String)">C1Hyperlink(C1LinkTargetBase, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.Document.C1Hyperlink.LinkTarget.html#C1_Document_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1Hyperlink(C1LinkTargetBase linkTarget, string statusText)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(linkTarget As C1LinkTargetBase, statusText As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a></td>
      <td><span class="parametername">linkTarget</span></td>
      <td><p>The <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a> to set as the target of the current hyperlink.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">statusText</span></td>
      <td><p>The string to assign to <a class="xref" href="C1.Document.C1Hyperlink.StatusText.html#C1_Document_C1Hyperlink_StatusText">StatusText</a> of the current hyperlink.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Document_C1Hyperlink__ctor_" data-uid="C1.Document.C1Hyperlink.#ctor*"></a>
<h4 id="C1_Document_C1Hyperlink__ctor_C1_Document_C1LinkTargetBase_System_String_System_Object_" data-uid="C1.Document.C1Hyperlink.#ctor(C1.Document.C1LinkTargetBase,System.String,System.Object)">C1Hyperlink(C1LinkTargetBase, string, object)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.C1Hyperlink.html">C1Hyperlink</a> class,
assigning its <a class="xref" href="C1.Document.C1Hyperlink.LinkTarget.html#C1_Document_C1Hyperlink_LinkTarget">LinkTarget</a> to the specified <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1Hyperlink(C1LinkTargetBase linkTarget, string statusText, object tag)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(linkTarget As C1LinkTargetBase, statusText As String, tag As Object)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a></td>
      <td><span class="parametername">linkTarget</span></td>
      <td><p>The <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a> to set as the target of the current hyperlink.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">statusText</span></td>
      <td><p>The string to assign to <a class="xref" href="C1.Document.C1Hyperlink.StatusText.html#C1_Document_C1Hyperlink_StatusText">StatusText</a> of the current hyperlink.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>Arbitrary value to assign to <a class="xref" href="C1.Document.C1Hyperlink.Tag.html#C1_Document_C1Hyperlink_Tag">Tag</a> of the current hyperlink.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
