This class implements a control displaying simple HTML text. Use HTML entities such as < and > to display characters like '<' and '>'.
<div align="center"> won't work,
<div align=center>will work
This class is creatable.
DIM hTextLabel AS TextLabel hTextLabel = NEW TextLabel ( Parent AS Container ) |