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 » Themes Colors Collapse All
Subject Author Date
John Pag Mar 7, 2012 - 12:53 AM

I need to get panel background color when i change elegant themes.

How i can do it  programmatically? When i try like this


Elegant.UI.Panel panel1 = new Elegant.UI.Panel();

Color mColor = Elegant.UI.Panel.BackColor;



mColor it’s not the painted color for this panel.