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.  You can use the Visible property to show or hide the item. Use the Enabled property to disable an item. A disabled item shows as grayed, and it is un-selectable, so the user can select or highlight it. The Remove method removes an individual Item object giving its identifier or caption.