HighLight Property (ModHFGrid)

Applies To

Determines whether selected cells appear highlighted within the ModHFGrid.

Syntax

object.HighLight [= value]

The HighLight property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value An integer or constant that specifies when the ModHFGrid should highlight selected cells, as described in Settings.

Settings

The settings for value are:

Constant Value Description
flexHighlightNever 0 There is no highlight on the selected cells.
flexHighlightAlways 1 The selected cells are always highlighted. This is the default.
flexHighlightWithFocus 2 The highlight appears only when the control has focus.

Remarks

When this property is set to zero and a range of cells is selected, there is no visual cue or emphasis indicating the selected cells.