piColumnPushedGradientColorLight - cCJGrid
The "Light" color in the color gradient used for the background color of "pushed" column headers
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piColumnPushedGradientColorLight
| Access Type | Syntax |
|---|---|
| Read Access: | Get piColumnPushedGradientColorLight to IntegerVariable |
| Write Access: | Set piColumnPushedGradientColorLight to IntegerVariable/Value |
Description
A column header is "pushed" when it is clicked with the left mouse button.
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 piColumnPushedGradientColorLight to (rgb(255, 0, 0)) // red
Set piColumnPushedGradientColorLight to clPurple
Set piColumnPushedGradientColorLight to clBtnFace
This color only works with the following peColumnStyles: xtpColumnOffice2003 and xtpColumnOffice2007.
See Also