TileHtmlArea property: Tile class
Description
Use the TileHtmlArea property to set the HTML text for this tile as a string value. Using this property is required when the tile content is set to an HTML area.
This property is read/write.
Example
/* Use an HTML definition as the HTML text. */
%This.TileHtmlArea = GetHTMLText(HTML.MY_HTML);
/* Alternatively, specify the HTML text inline. */
%This.TileHtmlArea = "<B>%UserId: </B>has exceeded quota.<BR><I>%Message(146,51): </I><BR>";