November 14, 2009
To access or change the colors that are used by DotNetBar Ribbon and other controls in Office 2007, 2010, Windows 7 and other styles you could use following code: VB: If TypeOf GlobalManager.Renderer Is Office2007Renderer Then Dim table As Office2007ColorTable = DirectCast(GlobalManager.Renderer, Office2007Renderer).ColorTable ‘ Assign the WinForms Panel BackColor to DotNetBar panel BackColor ‘ Explore […]