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:

  1. UNDERLINE may be used in CREATE, SETPROP, or GETPROP statements of a FONT object.

  2. If (value} is not specified, the property is enabled.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    Value

    Keyword

    Font Underlining is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference TRISTATE Property UNITS Property