导航:  Windows Controls Wrapper Functions > List View Control > Wrappers >

ListView_MoveGroup

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

描述

 

未实现.

 

PB语法

 

FUNCTION ListView_MoveGroup ( _

BYVAL hwndLV AS DWORD, _

BYVAL iGroupId AS LONG, _

BYVAL toIndex AS LONG _

) AS LONG

 

参数

 

hwndLV

[in]处理ListView控件。

iGroupId

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

toIndex

[in] int类型的值,用于指定组移动的项目的索引。

 

返回值

 

返回组移动到的项目的索引,如果操作失败,则返回-1。

 

最低操作系统

 

Windows XP。

 

引用文件 #INCLUDE Once

 

ListViewCtrl.inc