Set Line Color - GRID SENDMSG() Function 61

Syntax

RGB$=SENDMSG(sysgui,id,61,line_type,rgb${,context{,ERR=lineref}})

Description

For BBj-specific documentation, see Set Line Color - GRID SENDMSG() Function 61 BBj.

This function sets the grid control horizontal or vertical separation line color.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

61

Number of this SENDMSG() function.

line_type

0   Set vertical line color.

Non-zero Set horizontal line color.

rgb$

An $RRGGBB$-formatted string that defines the RGB value of the line color.

The return value is the default pen color.

See Also

BBjGrid::setLineColor