Expand Minimize
This topic has not yet been rated - Rate this topic

CListCtrl::Update

Forces the list view control to repaint the item specified by nItem.

BOOL Update( 
   int nItem  
);
nItem

Index of the item to be updated.

Nonzero if successful; otherwise zero.

This function also arranges the list view control if it has the LVS_AUTOARRANGE style.

Header: afxcmn.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.