BCGControlBar Pro for MFC
BOOL CBCGPTasksPane::GetGroupLocation ( CBCGPTasksGroup pGroup,
int &  nGroup 
) const

Given a pointer to group, returns the group index in the internal group list.

Returns
Nonzero if the tasks group is found; otherwise 0.

Use this function to search the tasks group in the internal list. For reverse operation use GetTaskGroup() member function.

Parameters
pGroupThe tasks group
nGroup[out] The zero-based index of the group in the internal list of groups.