CGXDaoGrid::OnGetBitmapHandleRowCol
virtual BOOL OnGetBitmapHandleRowCol(ROWCOL nRow, ROWCOL nCol, HANDLE& hBitmap);
nRow
Row
nCol
Column
hBitmap
Handle to the bitmap for this cell
Remarks
This method is to be used in conjunction with OnUseBitmapHandleRowCol. The CGXDaoBitmap control loads a bitmap from the datasource. After this it calls OnUseBitmapHandleRowCol At this point you can cache the handle and return the bitmap when OnGetBitmapHandleRowCol is called.
See Also
CGXDaoGrid:: OnUseBitmapHandleRowCol