Hi, I have created a tool bar with a command button and a combobox using ArcObjects dotnet. For combobox I am implementing Basecommand, and IComboBox. Now I need to get the the combobox from tool bar. I am able to get CommandItem from toolbar but unable to cast the commandItem to Combobox. Any help or code sample in this regard will be greatly appreciated.
Thanks.