Highlight Property

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

Grid.Highlight [= lExpr ]

Return Value

  • lExpr
    The settings for the Highlight property are:

    Setting

    Description

    True (.T.)

    The cell is marked (highlighted) as selected. (Default)

    False (.F.)

    The cell is not selected.

Remarks

Applies To: Grid Control

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.

See Also

Reference

HighlightRow Property

SelectOnEntry Property

HighlightForeColor Property

HighlightBackColor Property

HighlightStyle Property

Other Resources

Properties (Visual FoxPro)

Language Reference (Visual FoxPro)