BCGControlBar Pro for MFC

Detailed Description

The CBCGPTasksGroup class is a helper class used by CBCGPTasksPane control. It describes a task group. The task group is a list of items displayed in a separate box with or without caption (group name). If a group can be collapsed, then the caption has a special "collapse" button. In collapsed state the list of tasks is not shown.

See also
CBCGPTasksPane, CBCGPTask, CBCGPOutlookBar

Inherits CBCGPBaseAccessibleObject.

Public Member Functions

 CBCGPTasksGroupConstructs a CBCGTaskGroup object.
 

Public Attributes

 m_bIsBottomTells whether the group is aligned to the bottom of task pane control.
 
 m_bIsCollapsedHolds the current state of the group. If TRUE - the group is collapsed; if FALSE - the group is expanded.
 
 m_bIsSpecialIf TRUE, the group is treated as "special" and the group caption is filled by another color.
 
 m_lstTasksThe internal list of tasks.
 
 m_rectSpecifies the bounding rectangle of group caption
 
 m_rectGroupSpecifies the bounding rectangle of the group.
 
 m_strNameThe group name