property Item.Enabled as Boolean
Indicates if the item is enabled or disabled.

TypeDescription
Boolean A Boolean expression that specifies whether the item is enabled or disabled.
By default, the Enabled property is True. The Enabled property enables or disables the specified item. The Caption property specifies the item's HTML caption. The ToolTip property specifies the item's tooltip which is shown when the cursor hovers it. The UserData property associates any extra data to an item.