Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1000
Adding Items Programatically to a Preexisting ComboBox
posted
I've defined a Combobox tool and placed it on my menu via the designer. Now I would like to add items to it programatically. However, I cant figure out the command set to do so. I thought it would be something like UltraToolbarsManager1.Tools(5).ValueList.Add("FedEx") but nothing like it comes up in Intellisense. (I've searched through the message forum, and come up with a message about this, but it discusses creating a new ComboBox progrmatically from scratch and then adding items to it. I'm talking about adding items when the Combobox has already been defined via the designer. It just doesn't have the items I need at any given moment.) Thanks for any assistance.