CListView.UnselectItemmethod
Unselects an item in a ListView.
Syntax
SUB UnselectItem (BYVAL hListView AS HWND, BYVAL iIndex AS LONG)
Parameters
| Name | Description | |
|---|---|---|
hListView | Handle to the ListView control. | |
iIndex | The 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