CListCtrl::MoveItemToGroup
Visual Studio 2012
Moves the specified item into the specified group.
void MoveItemToGroup( int idItemFrom, int idGroupTo );
Note
|
|---|
|
This method currently is not implemented. |
This method emulates the functionality of the LVM_MOVEITEMTOGROUP message, as described in the Windows SDK.
Note