'Declaration Public Class C1SuperLabel Inherits C1.Win.SuperTooltip.C1SuperLabelBase
public class C1SuperLabel : C1.Win.SuperTooltip.C1SuperLabelBase
'Declaration Public Class C1SuperLabel Inherits C1.Win.SuperTooltip.C1SuperLabelBase
public class C1SuperLabel : C1.Win.SuperTooltip.C1SuperLabelBase
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.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
C1.Win.SuperTooltip.C1SuperLabelBase
C1.Win.SuperTooltip.C1SuperLabel
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2