| void CBCGPGridCtrl::GetCustomColors | ( | COLORREF & | clrBackground, |
| COLORREF & | clrText, | ||
| COLORREF & | clrGroupBackground, | ||
| COLORREF & | clrGroupText, | ||
| COLORREF & | clrLeftOffset, | ||
| COLORREF & | clrLine | ||
| ) |
Retrieves custom grid colors.
Use this function to retrieve custom grid control colors.
All parameters are output parameters.
| clrBackground | Control background color. |
| clrText | Control foreground color. |
| clrGroupBackground | Group background text. |
| clrGroupText | Group foreground text. |
| clrLeftOffset | Color of the grid left-side bar. |
| clrLine | Color of the grid lines. |