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 » How to Switch Between Themes. Collapse All
Subject Author Date
Vahidreza Bahrami Dec 4, 2010 - 2:13 AM

Dear Sir.
1) I see sample Ribbon UI source code, but i dont understand how to switch between themes. I use a button for change default theme to Office 2010 black theme.
2) I like Office 2010 BT Backstage view, how to set BT Backstage view for office 2010 Blue, Black or Silver in Elegant Ribbon UI 3.8 Beta 2.

Best Wishes
Vahidreza Bahrami

Vahidreza Bahrami Dec 8, 2010 - 7:36 AM

Ok very thank you

Now i can use this code for using Office 2010 TP Backstage view and Office 2010 Black ribbon, both

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
SkinManager.LoadTheme(Product.Ribbon, EmbeddedTheme.Office2010Black)
SkinManager.LoadTheme(Product.Common, EmbeddedTheme.Office2010TP)
End Sub

Technical Support Dec 7, 2010 - 6:00 AM

1) You can change the visual theme in this way:

SkinManager.LoadTheme(Product.Ribbon, EmbeddedTheme.Office2010Blue);
2) Currently there is no way to set a theme for the backstage view that would differ from the global theme. We are going to add this feature in version 3.9.

Vahidreza Bahrami Dec 4, 2010 - 7:16 AM

Dear Sir.
1) I see sample Ribbon UI source code, but i dont understand how to switch between themes. I use a button for change default theme to Office 2010 black theme.
2) I like Office 2010 TP Backstage view, how to set TP Backstage view for office 2010 Blue, Black or Silver in Elegant Ribbon UI 3.8 Beta 2.

Best Wishes
Vahidreza Bahrami