Beta Documentation - Subject to change.

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

Syntax

Lua
function Label:SetMarkupEnabled(value);

Parameters

value
Type: boolean
Flag indicating if markup should be 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