ListBox::SetTabFieldOwnerDrawFlag
void SetTabFieldOwnerDrawFlag ( short tabIndex, bool ownerDraw );
Parameters
- tabIndex
1-based index of the tabulator field. - ownerDraw
Value Meaning false The tabulator field is drawn by DG. true The tabulator field must be drawn by the application.
Description
The update flag is assigned to the list box and not to its items.
This means that the tabIndex tabulator field of all list items must be
updated by the application.