| BOOL CBCGPTasksPane::CollapseGroup | ( | CBCGPTasksGroup * | pGroup, |
| BOOL | bCollapse = TRUE |
||
| ) |
Programmatically collapses a group.
Use this function to programmatically collapse the groups. A collapsed group shows only the group caption, the list of tasks is hidden.
| pGroup | Pointer the group to be collapsed. |
| bCollapse | Specifies whether tasks group can be collapsed or not. |