CGXDaoGrid::OnUseBitmapHandleRowCol
virtual BOOL OnUseBitmapHandleRowCol(ROWCOL nRow, ROWCOL nCol, HANDLE hBitmap);
nRow
Row
nCol
Column
hBitmap
Bitmap handle to store
Remarks
This method is used in conjunction with OnGetBitmapHandleRowCol. 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::OnGetBitmapHandleRowCol