CListCtrl::IsItemVisible
表示目前在清單檢視控制項中指定的項目是否為可見的。
BOOL IsItemVisible(
int index
) const;
參數
參數 |
描述 |
---|---|
[in] index |
項目之以零起始的索引目前清單檢視控制項的。 |
傳回值
true ,如果指定的項目為可見的,否則, false。
備註
這個方法會將 LVM_ISITEMVISIBLE 資訊,在 Windows SDK說明。
需求
標題: afxcmn.h
這個控制項在 Windows Vista (含) 以後版本支援。
這個方法的其他需要。 Windows Vista 通用控制項的組建需求說明。