Skip to content

piColumnHotGradientColorLight - cCJGrid

The "Light" color in the color gradient used for the background color of "hot" column headers

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer piColumnHotGradientColorLight
Access Type Syntax
Read Access: Get piColumnHotGradientColorLight to IntegerVariable
Write Access: Set piColumnHotGradientColorLight to IntegerVariable/Value

Description

Default is clNone.

This is passed a single value representing an RGB color, which can be a constant representing a Standard Color or a System Color, or a set of R, G and B values. Individual Red, Green, and Blue colors are converted to a single value by using the RGB function.

Set piColumnHotGradientColorLight to (rgb(255, 0, 0)) // red
Set piColumnHotGradientColorLight to clPurple
Set piColumnHotGradientColorLight to clBtnFace

You must set pbHotTracking to True to enable column header hot tracking.

This property only works with the following peColumnStyle: xtpColumnOffice2003.

See Also

piColumnHotGradientColorDark