|
virtual |
Called by the framework to fill background of owner draw list box items.
Override this method in a derived class to customize appearance of owner-draw list box items.
| pDC | A pointer to a device context. |
| pListBox | A pointer to owner draw list box. |
| nItem | Item index. |
| rect | Bounding rectangle. |
| bIsHighlighted | If TRUE, the item is highlighted. |
| bIsSelected | If TRUE the item is selected. |