Graphisoft®

Dialog ManagerVersion: 2.0

ItemDragDropData::GetListViewItem

Gets the drag source listview item.

short GetListViewItem (ULong index) const;

Parameters

index
Index of the source list view item to get.

Return Value

The list view item specified by the index parameter.

Description

First use the GetItemCount member function to get the item count. Then you can iterate through list view items by using a 0 based index.