导航:  Windows Controls Procedures > List View Control > Wrappers >

ListView_MoveGroup

上一页返回章节概述下一页

描述

 

Not implemented.将组移动到指定的零基索引.您可以使用此功能或明确的把LVM_MOVEGROUP消息.

 

FreeBASIC 语法

#define ListView_MoveGroup(hwnd, iGroupId, toIndex)

 

参数

hwndLV

[in]句柄ListView控件.

iGroupId

int类型包含要移动的组(ID)标识符[in]价值.

toIndex

int类型,指定的项目组移动指数[in]价值.如果是-1.组移动到列表的结尾.

 

返回值

 

返回该组移动到的项的索引,如果操作失败,则返回1.

 

最低操作系统

 

Windows XP.

 

引用文件

 

CommCtrl.bi