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
125
Getting the selected item value from a combo box on the ultratoolbar
posted

I have placed an ultratoobarsmanager control onto my winform and have added a combox tool to this. I have added the values I wish to have available to uses, using the built in value list.

I now wish to track what option a user has selected and added a 'toolvaluechanged' event. This event fires whenever the comcobox value is changed, however, I'm having trouble finding how to determine what value was selected.

Any suggestions greatly received.