CListCtrl::MoveItemToGroup

Moves the specified item into the specified group.

void MoveItemToGroup(
   int idItemFrom,
   int idGroupTo
);

Parameters

  • [in] idItemFrom
    The index of the item to be moved.

  • [in] idGroupTo
    The identifier of the group the item will be moved to.

Remarks

Nota

This method currently is not implemented.

This method emulates the functionality of the LVM_MOVEITEMTOGROUP message, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Concepts

CListCtrl Class

CListCtrl Members

Hierarchy Chart