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
175
set the highlight of the bar
posted

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,