ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabel Class
Members

In This Topic
    C1SuperLabel Class
    In This Topic
    A label that shows HTML text with rich formatting.
    Object Model
    C1SuperLabel Class
    Syntax
    'Declaration
     
    Public Class C1SuperLabel 
       Inherits C1SuperLabelBase
    public class C1SuperLabel : C1SuperLabelBase 
    Remarks

    The C1SuperLabel control is virtually identical to the System.Windows.Forms.Label control, with one significant difference: C1SuperLabel displays HTML text instead of plain text. This way, your labels can have multiple fonts, colors, tables, lists, and images.

    C1SuperLabel 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. C1SuperLabel supports cascading style sheets, tables, and most other HTML features. For more details, see the Text property.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Win.C1SuperTooltip.C1SuperLabelBase
                   C1.Win.C1SuperTooltip.C1SuperLabel

    See Also