I have an UltraExplorerBar set to VisualStudio2005Toolbox style. Clicking on an item in this bar highlights the one I clicked on and then goes and sets the correct tab that goes with it. The tab is another control.
I need to set the tab index of the tab control in the code and when I do that it works and goes to the correct tab. However, the highlighted item on the ExplorerBar is whatever the user clicked on last. This gets very confusing for my users. How can I programically set the highlighted item in the ExplorerBar?
Thank you,
I think what you want to do is programmatically set the corresponding item's Checked property.