property Item.Selectable as Boolean
Specifies whether the item is selectable.

TypeDescription
Boolean A Boolean expression that specifies whether the item is selectable.
By default, the Selectable property is True. The Selectable property specifies whether the item is selectable. An item that's not selectable, can not change it's appearance when user clicks on it. The SelBackColor property specifies  the visual appearance of selected cell/item. The SelForeColor property specifies  the foreground color of selected cell/item. Use the BackColor property to change the item's background color. The ForeColor property specifies the item's foreground color. The SelectItem property specifies the index of the item being selected. The SelectColumn property specifies the index of the column being selected.