Syntax
IsUnderlined = TextGetUnderline(Text)
Description
Checks if the underline decoration is currently enabled for the specified text object.
Parameters
Text
The handle of the text object to check.
Return Value
Returns #True if underlining is enabled, or #False if it is disabled or the text handle is invalid.
See Also
CreateText, TextSetUnderline, TextGetStrikethrough
Supported OS
Windows, Linux