Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Note
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