November 7, 2009
To change navigation pane colors you need to access the navigationPane.NavigationBar.ColorScheme object. C#: private void Form1_Load(object sender, EventArgs e) { ColorScheme colorScheme = navigationPane1.NavigationBar.ColorScheme; // Office 2007, 2010 and Windows 7 styles use global color scheme // Note that changes to global color scheme affect all controls that use changed colors if (navigationPane1.Style == eDotNetBarStyle.StyleManagerControlled […]