CMFCTasksPaneTaskGroup Class
The CMFCTasksPaneTaskGroup class is a helper class used by the CMFCTasksPane control. Objects of type CMFCTasksPaneTaskGroup represent a task group. The task group is a list of items that the framework displays in a separate box that has a collapse button. The box can have an optional caption (group name). If a group is collapsed, the list of tasks is not visible.
class CMFCTasksPaneTaskGroup : public CObject
Members
Public Constructors
Name |
Description |
---|---|
Constructs a CMFCTasksPaneTaskGroup object. |
|
CMFCTasksPaneTaskGroup::~CMFCTasksPaneTaskGroup |
Destructor. |
Public Methods
Name |
Description |
---|---|
Determines the accessibility data for the current task group. |
Data Members
Name |
Description |
---|---|
Determines whether the task group is aligned to the bottom of the task pane control. |
|
Determines whether the task group is collapsed. |
|
Determines whether the task group is special. The framework displays special captions in a different color. |
|
Contains the internal list of tasks. |
|
Specifies the bounding rectangle of the group caption. |
|
Specifies the bounding rectangle of the group. |
|
Specifies the name of the group. |
Remarks
The following illustration shows an expanded task group:
The following illustration shows a collapsed task group:
The following illustration shows a task group without a caption:
The following illustration shows two task groups. The first task group is marked as special by setting the m_bIsSpecial flag to TRUE, while the second task group is not special. Note how the caption for the first task group is darker than the second task group:
Inheritance Hierarchy
Requirements
Header: afxTasksPane.h