ATTR_LABEL_VISIBLE (Tree Item)

Type: Tree Item attribute
Description: Specifies whether the tree item label is visible.

Using this in SetTreeItemAttribute or GetTreeItemAttribute is equivalent to using it in SetTreeCellAttribute or GetTreeCellAttribute function if you pass zero for the column index.

0 = Not visible

1 = Visible

Data Type: integer
Default Value: 1

Values

0 False
1 True