Completed
Last Updated: 07 Nov 2014 14:12 by ADMIN
ADMIN
Dimitar
Created on: 13 Oct 2014 06:30
Category: Tools for WinForms: Visual Style Builder, Control Spy, Shape Editor, Element Hierarchy Editor
Type: Bug Report
0
FIX. VisualStyleBuilder the changes for CommandBarRowElement are not preserved when one saves the theme.
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; 
0 comments