Page 1 of 1

Standard UI color

Posted: Wed Oct 15, 2008 6:35 pm
by lcruiser
Hi,

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

Thanks.

Standard UI color

Posted: Wed Oct 15, 2008 11:03 pm
by Vital
Hello,

Please use following code:

Code: Select all

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