Subject Re: [IBO] ib_grid.ondrawcell and ongetcellprops
Author Markus Ostenried
At 07:05 Thursday, 10.07.2003 +0000, you wrote:
>I have read it somewhere else that if I want to customize my grid I
>should use the ongetcellprops. what is the purpose of the ondrawcell?

OnGetCellProps event is used when you want IBO to do the drawing of the
text using non standard attributes like colors and fonts. In the OnDrawCell
event you can draw the content of the cell yourself. E.g. you can draw an
icon in the cell.

>I try to study the the ongetcellprops on the contact sample and I
>have my grid working as I want to, but there are some thing I dont
>understand, can somebody kindly explain it to me?
[snip]

What do you want to be explained ?

Regards,
Markus