Not as such, but one alternative would be a combination of the menu ring and
a string. Place the string above the menu ring. When people select something
from the menu ring it's copied to the string and selected. When people type
something into the string, it's added to the menu ring if it's not already
there and again it's selected.
Bear in mind though that if a menu ring gets too large I suspect a scrollbar
will appear in it when it's popped up.
sal wrote in message
news:50650000000800000058200000-991728092000@quiq.com...
> Hi,
>
> I would like a menu ring style of control that does the following.
> Initially, items will be put into the control through a string array.
> That is no problem. But,in addition to being able to select any of
> the existi
ng items, I would like the user to be able to enter a new
> item. Is this possible with any of the menu or listbox controls? I
> prefer the menu type controls as I like how when you click on the
> control you get a pop up of the items in the list, as opposed to the
> listbox where you have to scroll. Thanks for any help.