DRAWHTML property
Applies To
Label controls
Description
The Label control supports simple inline HTML rendering via the boolean DRAWHTML property. The following tags are currently supported:
<b>Bold</b> <i>Italic</i> <u>Underline</u> <strike>Strikeout</strike> <sub>Subscript</sub> <sup>SuperScript</sup> <font>Font</font> <br>
The font tag supports the following attributes:
color
bgcolor
face
size
Usage
Remarks
Returns
Each control has a default property. The controls and properties are as follows.
Control Namedefault Property
Note: