Graphisoft®

Dialog ManagerVersion: 2.0

ListView::SetItemPicture

Sets the picture of a list view item.

void SetItemPicture (
    short               listItem,
    const DG::Picture & picture
);

Parameters

listItem
1-based index of the list view item to be modified, TopItem or BottomItem of Item type specifies the first or last item of the list view control. Use AllItems of Item type to modify all items.
picture
A reference to the new picture object.