Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetItemOwnerDrawFlag

Sets the owner draw flag of a list item.

void SetItemOwnerDrawFlag (
    short           listItem,
    bool            isOwnerDrawn
);

Parameters

listItem
1-based index of the list item.
isOwnerDrawn
Value Meaning
false The list item is drawn by DG.
true The list item must be drawn by the application.

Description

After the owner draw flag of a list item is set to true, the application receives a ListBoxObserver::ListBoxItemUpdate event whenever the list item must be updated.