CListCtrl::SetItemState

Call this member function to change the state of an item in a list view control.

Syntax

BOOL SetItemState( int nItem, LV_ITEM* pItem );

BOOL SetItemState( int nItem, UINT nState, UINT nMask );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListCtrl Overview, CListCtrl Member Functions, Control Classes, CListCtrl::GetItemState