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 my programm themes Collapse All
Subject Author Date
Alex Pag Mar 11, 2010 - 3:34 AM

How i can change themes for my grid control? I can change for all elements except grid control...


 private void button1_Click(object sender, EventArgs e)

        {

            //set office 2007 blue theme

            SkinManager.LoadEmbeddedTheme(EmbeddedTheme.Office2007Blue, Product.Ribbon);

            Refresh();

        }

Alex Pag Mar 12, 2010 - 6:39 AM

Thank you all theme work except  "Windows7".

 This code SkinManager.LoadEmbeddedTheme(EmbeddedTheme.Windows7, Product.Ribbon | Product.Grid) it removes error.

i cannot find Elegant.Ui.Grid.Theme.Windows7.dll file.....it is not included in ribbon ver. 3.5.?

Technical Support Mar 12, 2010 - 9:39 AM

Yes, you are right. Currently this theme is not supported for the Elegant Grid.

Technical Support Mar 11, 2010 - 7:21 AM

Please use the following code instead:

SkinManager.LoadEmbeddedTheme(EmbeddedTheme.Office2007Blue, Product.Ribbon | Product.Grid);