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

ListView_GetCheckState

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

描述

 

确定是否选择了列表视图控件中的项目。

 

PB语法

 

FUNCTION ListView_GetCheckState( _

BYVAL hwndLV AS DWORD, _

BYVAL iIndex AS DWORD _

) AS LONG

 

参数

 

hwndLV

[in]处理ListView控件。

iIndex

[in]检索检查状态的项目的索引。

 

返回值

 

如果给定项目被选择,则返回非零值,否则返回0。

 

最低操作系统

 

Windows 2000,Windows NT 4.0与Internet Explorer 3.0,Windows 98,Windows 95与Internet Explorer 3.0。

 

引用文件 #INCLUDE Once

 

ListViewCtrl.inc