Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Change Themes Collapse All
Subject Author Date
Heiko Faiss Oct 24, 2014 - 9:33 AM

Dear Support,


i use several default themes who are deployed with the elegant ribbon (z.B. Office 2010 Black, Office 2010 Blue, aso...)


MyQuestion: how can i change the forecolor in the theme dll for all controls? Office 2010 Black is my default template, but the forecolor is black and i want to change it to whitesmoke.


Greetings


Heiko

Art Wilkes Oct 27, 2014 - 10:15 AM

It does not look like there is a universal command but.

You can add this method in Control.cs:

public override Color ForeColor
{
get { return Color.FromArgb(245, 245, 245); }
}

From Elegant.Ui.Common in each control class you want to change forecolor.

Prof-UIS Support

Art Wilkes Oct 25, 2014 - 9:04 AM

Hi
We will check this for you. I’ll send this on to support.
TSELLC Support