CMFCTasksPane::SetGroupName

Sets a group name.

BOOL SetGroupName(
    int nGroup,
    LPCTSTR lpszGroupName
);

Parameters

  • [in] nGroup
    Specifies the zero-based index of the group.

  • [in] lpszGroupName
    Specifies the name of the group.

Return Value

TRUE if the group name was successfully set; otherwise, FALSE.

Requirements

Header: afxTasksPane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCTasksPane Class