CListCtrl::GetFocusedGroup
Visual Studio 2012
Retrieves the group that has the keyboard focus in the current list-view control.
int GetFocusedGroup() const;
This method sends the LVM_GETFOCUSEDGROUP message, which is described in the Windows SDK. For more information, see the LVGS_FOCUSED value of the state member of the LVGROUP structure.
Header: afxcmn.h
This control is supported in Windows Vista and later.
Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.