Standard UI color

Stimulsoft Reports.NET discussion
Post Reply
lcruiser
Posts: 58
Joined: Mon Jul 31, 2006 1:07 am

Standard UI color

Post by lcruiser »

Hi,

Is there a way to change the Standard UI color from blue to the old color scheme?

Thanks.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Standard UI color

Post by Vital »

Hello,

Please use following code:

Code: Select all

StiOptions.Viewer.Windows.DefaultGuiStyle = StiGuiStandardStyle.Office2003;
Thank you.
Post Reply