[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.C1SuperLabel

C1SuperLabel Class

A label that shows HTML text with rich formatting.

Inheritance
C1SuperLabel
Namespace: C1.Win.C1SuperTooltip
Assembly: C1.Win.C1SuperTooltip.4.8.dll
Syntax
[ToolboxBitmap(typeof(C1SuperLabel), "C1SuperLabel.png")]
public class C1SuperLabel : C1SuperLabelBase
Remarks

The C1SuperLabel control is virtually identical to the 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.

Constructors

Name Description
C1SuperLabel()

Initializes a new instance of a C1SuperLabel control.

Properties

Name Description
Text

Gets or sets the HTML text that is displayed in the control.