# C1.Win.Command.C1TopicLink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1TopicLink" data-uid="C1.Win.Command.C1TopicLink" class="text-break">C1TopicLink Class
</h1>
  <div class="markdown level0 summary"><p>Represents a topic bar link.</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"><span class="xref">C1TopicLink</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1TopicLink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TopicLink</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TopicLink</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_Command_C1TopicLink__ctor" data-uid="C1.Win.Command.C1TopicLink.#ctor">
          <a class="xref" href="C1.Win.Command.C1TopicLink.-ctor.html#C1_Win_Command_C1TopicLink__ctor">C1TopicLink()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.C1TopicLink.html">C1TopicLink</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink__ctor_System_String_" data-uid="C1.Win.Command.C1TopicLink.#ctor(System.String)">
          <a class="xref" href="C1.Win.Command.C1TopicLink.-ctor.html#C1_Win_Command_C1TopicLink__ctor_System_String_">C1TopicLink(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.C1TopicLink.html">C1TopicLink</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink__ctor_System_String_System_String_" data-uid="C1.Win.Command.C1TopicLink.#ctor(System.String,System.String)">
          <a class="xref" href="C1.Win.Command.C1TopicLink.-ctor.html#C1_Win_Command_C1TopicLink__ctor_System_String_System_String_">C1TopicLink(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.C1TopicLink.html">C1TopicLink</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink__ctor_System_String_System_String_System_Int32_" data-uid="C1.Win.Command.C1TopicLink.#ctor(System.String,System.String,System.Int32)">
          <a class="xref" href="C1.Win.Command.C1TopicLink.-ctor.html#C1_Win_Command_C1TopicLink__ctor_System_String_System_String_System_Int32_">C1TopicLink(string, string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.C1TopicLink.html">C1TopicLink</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink__ctor_System_String_System_String_System_Int32_System_Object_" data-uid="C1.Win.Command.C1TopicLink.#ctor(System.String,System.String,System.Int32,System.Object)">
          <a class="xref" href="C1.Win.Command.C1TopicLink.-ctor.html#C1_Win_Command_C1TopicLink__ctor_System_String_System_String_System_Int32_System_Object_">C1TopicLink(string, string, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.C1TopicLink.html">C1TopicLink</a> class.</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_Command_C1TopicLink_Enabled" data-uid="C1.Win.Command.C1TopicLink.Enabled">
          <a class="xref" href="C1.Win.Command.C1TopicLink.Enabled.html#C1_Win_Command_C1TopicLink_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the link is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_ImageIndex" data-uid="C1.Win.Command.C1TopicLink.ImageIndex">
          <a class="xref" href="C1.Win.Command.C1TopicLink.ImageIndex.html#C1_Win_Command_C1TopicLink_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the link image in the ImageList of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_Index" data-uid="C1.Win.Command.C1TopicLink.Index">
          <a class="xref" href="C1.Win.Command.C1TopicLink.Index.html#C1_Win_Command_C1TopicLink_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Index of this link in the topic page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_Pressed" data-uid="C1.Win.Command.C1TopicLink.Pressed">
          <a class="xref" href="C1.Win.Command.C1TopicLink.Pressed.html#C1_Win_Command_C1TopicLink_Pressed">Pressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the link was pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_Tag" data-uid="C1.Win.Command.C1TopicLink.Tag">
          <a class="xref" href="C1.Win.Command.C1TopicLink.Tag.html#C1_Win_Command_C1TopicLink_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets arbitrary data that can be associated with the link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_Text" data-uid="C1.Win.Command.C1TopicLink.Text">
          <a class="xref" href="C1.Win.Command.C1TopicLink.Text.html#C1_Win_Command_C1TopicLink_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_ToolTipText" data-uid="C1.Win.Command.C1TopicLink.ToolTipText">
          <a class="xref" href="C1.Win.Command.C1TopicLink.ToolTipText.html#C1_Win_Command_C1TopicLink_ToolTipText">ToolTipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip text for the link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_TopicBar" data-uid="C1.Win.Command.C1TopicLink.TopicBar">
          <a class="xref" href="C1.Win.Command.C1TopicLink.TopicBar.html#C1_Win_Command_C1TopicLink_TopicBar">TopicBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner topicbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_TopicPage" data-uid="C1.Win.Command.C1TopicLink.TopicPage">
          <a class="xref" href="C1.Win.Command.C1TopicLink.TopicPage.html#C1_Win_Command_C1TopicLink_TopicPage">TopicPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner topicpage.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1TopicLink_Visible" data-uid="C1.Win.Command.C1TopicLink.Visible">
          <a class="xref" href="C1.Win.Command.C1TopicLink.Visible.html#C1_Win_Command_C1TopicLink_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the link is visible.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
