CListCtrl::Update

BOOL Update( int nItem );

Return Value

Nonzero if successful; otherwise zero.

Parameters

nItem

Index of the item to be updated.

Remarks

Call this function to force the list view control to repaint the item specified by nItem. This function also arranges the list view control if it has the LVS_AUTOARRANGE style.

Example

See the example for CListCtrl::GetSelectedCount.

CListCtrl OverviewClass MembersHierarchy Chart

See Also   CListCtrl::DrawItem