property Item.Visible as Boolean
Specifies whether the item is visible or hidden.

TypeDescription
Boolean A Boolean expression that specifies whether the item is visible or hidden.
By default, the Visible property is True, and that means any added item is visible. Use the Visible property to hide or show items at runtime, instead removing and adding them later. Use the Remove method to remove an item. Use the Add method to add a new item.