Set Highlight Method - GRID SENDMSG() Function 57

Syntax

NULL$=SENDMSG(sysgui,id,57,highlight_method,$${,context{,ERR=lineref}})

Description

This function sets the cell highlighting method.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

57

Number of this SENDMSG() function.

highlight_method

0 Draw a rectangle around the current cell or row without changing colors.

Non-zero Highlight the current cell or row with the default highlight colors.

$$

Always null.

The return value is a null string.

See Also

BBjGrid::setHighlightMethod