Expand Minimize
This topic has not yet been rated - Rate this topic

CListCtrl::MoveItemToGroup

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.

See Also

CListCtrl Overview | Class Members | Hierarchy Chart

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.