Beta Documentation - Subject to change.

Gets a flag indicating if markup is enabled for the label.

Syntax

Lua
function Label:IsMarkupEnabled();

Returns

Type: boolean
True if text markup is enabled.

Remarks

Labels support internal markup to allow for some formatting of the text in the control. The markup supports simple tags such as <u></u>, , , and <rgb=XXXXXX></rgb>.

See Also