property Item.Enabled as Boolean
Retrieves or sets a value that indicates the item's state.

TypeDescription
Boolean A color expression that indicates the item's state.

The Enabled property enables or disables an item. Use the Visible property to hide or show an item. The user can't select a disable item. The control fires the Select event when the user selects a new item. Use the ForeColor property to specify the item's foreground color. Use the BackColor property to specify the item's background color. The control changes the item's appearance when painting a disabled item.