I have a smartToolBar, i added a comboboxTool control to it, and i have 3 items inside the dropdown list… now i want to select the middle one, how do i do that programmatically?
Is there a way?
comboBoxTool1.SelectedItem.Index = 1; // This pukes…
Imported from legacy forums. Posted by Artmic (had 2677 views)