Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::GetItemColor

Retrieves the color of an item.

bool GetItemColor (
    long                tvItem,
    Gfx::Color *        color
) const;

Parameters

tvItem
ID of the tree view item.
color
On return: the color of the item.

Return Value

true, if the the tree item's foreground (text) color was previously set by SetItemColor, false, if the tree item has the system default foreground (text) color.