I am creating a user control. I need to define a property like the List property in the 'Combo' control. i.e. my Get and Let are such that I get a List type property in my user control Property Window. When I define a property as a Boolean it automatically gives me a True and False choice in the Property Window for that property. How do do the same thing for a 'list' type of property or create an enumerated type like the property BorderStyle of a form?

I would really appreciate if someone can solve this problem

Thanks
Irfan