Highlight Property

Applies To   See Also

Specifies whether the cell with the focus in the Grid control appears selected. Available at design time; read/write at run time.

Syntax

Grid.Highlight[ = lExpr]

Settings

lExpr

The settings for the Highlight property are:

Setting Description
True (.T.) (Default) Selected cell is selected.
False (.F.) Selected cell is not selected.

Remarks

If the HighLight property is set to true (.T.), you can use it in conjunction with a Column's SelectOnEntry property to determine if the entire cell appears selected. If you set the HighLight property to false (.F.), the SelectOnEntry property is ignored.