Help Center

CListView.UnselectItemmethod

Unselects an item in a ListView.

WindowsmethodCListView.incdocumented

Syntax

SUB UnselectItem (BYVAL hListView AS HWND, BYVAL iIndex AS LONG)

Parameters

NameDescription
hListViewHandle to the ListView control.
iIndexThe index of the item to unselect.

Description

Unselects an item in a ListView.

Reference

  • Include file CListView.inc
  • Defined in AfxNova/CListView.inc:1920
  • Documented in Windows/WIndows Controls/CListView Class.md
  • Topic: CListView Class