CListCtrl::RemoveGroup
Removes the specified group from the list view control.
LRESULT RemoveGroup(
int iGroupId
);
Parameters
- iGroupId
The identifier of the group to be removed.
Return Value
Returns the index of the group if successful, or -1 otherwise.
Remarks
This member function emulates the functionality of the LVM_REMOVEGROUP message, as described in the Windows SDK.
Requirements
Header: afxcmn.h