TreeView::SetItemStatus
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.