Skip to content

Latest commit

 

History

History
206 lines (122 loc) · 5.25 KB

GuiMLTextCtrl.rst

File metadata and controls

206 lines (122 loc) · 5.25 KB

GuiMLTextCtrl

A text control that uses the Gui Markup Language ('ML') tags to dynamically change the text.

Inherit:

GuiControl

Description

Example of dynamic changes include colors, styles, and/or hyperlinks. These changes can occur without having to use separate text controls with separate text profiles.

Example:

newGuiMLTextCtrl(CenterPrintText)
{
    lineSpacing = "2";
    allowColorChars = "0";
    maxChars = "-1";
    deniedSound = "DeniedSoundProfile";
    text = "The Text for This Control.";
    useURLMouseCursor = "true";
    //Properties not specific to this control have been omitted from this example.
};

Methods

Fields