# C1.Win.SuperTooltip.C1SuperLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SuperTooltip_C1SuperLabel" data-uid="C1.Win.SuperTooltip.C1SuperLabel" class="text-break">C1SuperLabel Class
</h1>
  <div class="markdown level0 summary"><p>A label that shows HTML text with rich formatting.</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">C1SuperLabel</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.SuperTooltip.html">C1.Win.SuperTooltip</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.SuperTooltip.10.dll</h6>
  <h5 id="C1_Win_SuperTooltip_C1SuperLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1SuperLabel), &quot;C1SuperLabel.png&quot;)]
public class C1SuperLabel : C1SuperLabelBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1SuperLabel), &quot;C1SuperLabel.png&quot;)&gt;
Public Class C1SuperLabel
    Inherits C1SuperLabelBase</code></pre>
  </div>
  <h5 id="C1_Win_SuperTooltip_C1SuperLabel_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <b>C1SuperLabel</b> control is virtually identical to the 
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.label">Label</a> control, with one significant difference: 
<b>C1SuperLabel</b> displays HTML text instead of plain text. This way, your labels can 
have multiple fonts, colors, tables, lists, and images.</p>
<p><b>C1SuperLabel</b> does not use IE to render the HTML content. Instead, it has its own 
light-weight HTML parser and renderer. This means the output you get will not be always 
be 100% compatible with IE (or FireFox), but in most cases it should be close.
<b>C1SuperLabel</b> supports cascading style sheets, tables, and most other HTML features.
For more details, see the <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabel.Text.html#C1_Win_SuperTooltip_C1SuperLabel_Text">Text</a> property.</p>
</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_SuperTooltip_C1SuperLabel__ctor" data-uid="C1.Win.SuperTooltip.C1SuperLabel.#ctor">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabel.-ctor.html#C1_Win_SuperTooltip_C1SuperLabel__ctor">C1SuperLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabel.html">C1SuperLabel</a> control.</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_SuperTooltip_C1SuperLabel_Text" data-uid="C1.Win.SuperTooltip.C1SuperLabel.Text">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperLabel.Text.html#C1_Win_SuperTooltip_C1SuperLabel_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the HTML text that is displayed in the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
