WM_DRAWITEM (in Menu Controls) Return Value - rc
rc
(
BOOL
)
Item-drawn indicator.
TRUE
The owner draws the item, and so the menu 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 menu control draws the item.
[Back: WM_DRAWITEM (in Menu Controls) Field - pOwnerItem]
[Next: WM_DRAWITEM (in Menu Controls) - Parameters]