BOOL CBCGPGanttChart::RemoveConnection | ( | CBCGPGanttItem * | pSourceItem, |
CBCGPGanttItem * | pDestItem | ||
) |
Removes a connection between two specified items.
Use this function to remove a connection between two items. It returns FALSE if connection does not exist.
pSourceItem | A pointer to a source item |
pDestItem | A pointer to a destination item. |