HighLight Property (ModHFGrid)
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
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 the ModHFGrid Control object. |
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 always are highlighted. This is the default. |
flexHighlightWithFocus | 2 | The highlight appears only when the control has focus. |
Remarks
When this property is set to 0 and a range of cells is selected, there is no visual cue or emphasis indicating the selected cells.