WM_DRAWITEM (in List Boxes) Return Value - rc
rc
(
BOOL
)
Item-drawn indicator.
TRUE
The owner draws the item, so the list box control does not draw it.
FALSE
If the item contains text and the owner does not draw the item, the owner returns this value, and the list box control draws the item.
[Back: WM_DRAWITEM (in List Boxes) Field - pOwnerItem]
[Next: WM_DRAWITEM (in List Boxes) - Parameters]