How does the WinExplorerBar determine the default color? In the image below the color is always blue in Windows 7 no mater what color scheme I am running and in XP it is an Grey color. I am trying to find a way to use the theme color of the OS or the color scheme of Office.
Thank you. That worked perfectly.
I think you can change the appearance of that thing using the UltraExplorerBar.GroupSettings.AppearancesSmall.NavigationPaneHeaderAppearance.
Note that going by the screenshot it looks like you are using the Office2003 ViewStyle...when you use the Office2007 ViewStyle, you can set the Infragistics.Win.Office2007ColorTable.ColorScheme property to Black/Blue/Silverto switch between the three supported Office2007 color schemes. This is a static property so it affects all Infragistics controls in the application.