Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::ItemVisibility Enum

The visibility flag of the tree item.

enum ItemVisibility
{
    NotListed =  DG_TVR_NOTLISTED,
    Listed =  DG_TVR_LISTED,
    Visible =  DG_TVR_VISIBLE
};

Value Definitions

NotListed
The item is not listed, so its hierarchy level is not expanded
Listed
The item is listed, so its hierarchy level is expanded
Visible
The item is listed, and visible in the tree view.