ListBox::SetItemOwnerDrawFlag
void SetItemOwnerDrawFlag ( short listItem, bool isOwnerDrawn );
Parameters
- listItem
1-based index of the list item. - isOwnerDrawn
Value Meaning false The list item is drawn by DG. true The list item must be drawn by the application.
Description