Even if the List property is not accessible throu the property sheet, it is present.
Yo can do:
Code:
ComboBox1.AddItem "Item1"
x = ComboBox1.List(0)
When you examine x it contains "Item1"