SSM_DRAWITEM Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control each time a cell containing the owner-drawn cell type needs to be displayed.
Parameters
The following parameters are available:
Parameter | Description |
wParam | Not used |
lParam | Pointer to the SS_DRAWITEMSTRUCT structure |
Remarks
The owner is responsible for drawing the cell.
For more information, see the SS_DRAWITEMSTRUCT structure.
Return Value
None