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

LVFOOTERINFO

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

描述

 

包含列表视图控件中页脚的信息.

 

FreeBASIC 语法

TYPE LVFOOTERINFO

  mask       AS UINT

  pszText    AS LPWSTR

  cchTextMax AS LONG

  cItems     AS UINT

END TYPE

 

成员

mask

Set of flags that specify which members of this structure contain data to be set or which members are being requested. Currently, this value must be LVFF_ITEMCOUNT, for the cItems member.

pszText

Not supported. Must be set to zero.

 

cchTextMax

Not supported. Must be set to zero.

cItems

The number of items in the footer. When this structure is used to get information, this member will be set by the message receiver.

 

备注

 

这种结构是用ListView_GetFooterInfo功能和LVM_GETFOOTERINFO消息.

目前不支持在列表视图控件的页脚的创建.

 

引用文件

 

CommCtrl.bi