UNDERLINE Property
9.0, PLBCMP GUI Only
The UNDERLINE property specifies that the font should be underlined. The property uses the following format:
UNDERLINE[={value}]
Note the following:
UNDERLINE may be used in CREATE, SETPROP, or GETPROP statements of a FONT object.
If (value} is not specified, the property is enabled.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Font Underlining is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |