void CBCGPGanttItem::SetCompleteColor | ( | COLORREF | clr | ) |
Specifies the "complete" color of an item.
An item is filled by two colors - the "primary color" and "complete" color. The "primary" color fills the whole item. The "complete" color fills an item from the right to left according to the completeness percent.
CLR_DEFAULT means that the owner chart determines the color.
clr | Specifies the color of "completed" part of an item. |