CListCtrl::MoveItemToGroup
Visual Studio .NET 2003
Moves the specified item into the specified group.
LRESULT MoveItemToGroup( int idItemFrom, int idGroupTo );
Parameters
- idItemFrom
- The index of the item to be moved.
- idGroupTo
- The identifier of the group the item will be moved to.
Return Value
The return value is not used.
Remarks
This member function emulates the functionality of the LVM_MOVEITEMTOGROUP message, as described in the Platform SDK.