Graphisoft®

Dialog ManagerVersion: 2.0

ListView::IsItemImageOwnerDrawn

Checks if the image type of a list item is ListView::OwnerDraw or not.

bool IsItemImageOwnerDrawn (short listItem) const;

Parameters

listItem
1-based index of the list view item, use TopItem or BottomItem of Item type to specify the first or last item of the list view control.

Return Value

Value Meaning
false The list view item is drawn by DG.
true The list view item must be drawn by the application.