BCGSuite for MFC
COLORREF CBCGPGridItem::GetTextColor ( BOOL  bSelected = FALSE) const

Returns custom text color of grid item.

Returns
Text color of the grid item. It returns -1, if there is no custom text color for this item.

Call this function to retrieve the custom text color of the grid item.

Parameters
bSelectedTRUE if the cell is currently selected, FALSE - otherwise.