Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::ItemStatus Enum

The status of a tree view item.

enum ItemStatus
{
    Enabled =  DG_IS_ENABLE,
    Disabled =  DG_IS_DISABLE
};

Value Definitions

Enabled
The item is enabled.
Disabled
The item is disabled, and cannot be selected.