[]
A label that shows HTML text with rich formatting.
[ToolboxBitmap(typeof(C1SuperLabel), "C1SuperLabel.png")]
public class C1SuperLabel : C1SuperLabelBase
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.
Name | Description |
---|---|
C1SuperLabel() | Initializes a new instance of a C1SuperLabel control. |
Name | Description |
---|---|
Text | Gets or sets the HTML text that is displayed in the control. |