MTblGetEffCellTextColor
bOk = MTblGetEffCellTextColor( hWndCol, nRow, nrColor )
Gets a cell's effective text color ( = actually used text color ).
Parameters
hWndCol
Window Handle: Handle of the column
nRow
Number: Row number
nrColor
Receive Number: The color
Return
Boolean: TRUE if successful or FALSE if an error occurs
Remarks
Highlighting is not considered.
Example
Call MTblGetEffCellTextColor( hWndCol, nRow, nColor )
See also
Custom fonts and colors
Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework