Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::SetItemStatus

Sets the enabled/disabled status of an item.

void SetItemStatus (
    long                tvItem,
    ItemStatus          status
);

Parameters

tvItem
ID of the tree view item. Use AllItems to change the status of all items.
status
true, if the item(s) are wanted to be enabled, false otherwise.