To reproduce: - Open the Office2007 theme in VSB - Change the DrawFill and BackColor properties for the CommandBarRowElement - Save use in a custom application. Workaround: this.commandBarRowElement1.DrawFill = true; this.commandBarRowElement1.BackColor = Color.Black; this.commandBarRowElement1.GradientStyle = GradientStyles.Solid;