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 » I have a question from backstage view Collapse All
Subject Author Date
Vahidreza Bahrami Nov 24, 2010 - 5:27 AM

Dear Sir.


How to set backstage view default tab for start program. For example Access 2010 or publisher 2010

Vahidreza Bahrami Dec 4, 2010 - 2:14 AM

OK Thank you very much for helping me.

Technical Support Nov 24, 2010 - 8:32 AM

You should override the OnShown method in your application’s main form as follows:

protected override void OnShown(EventArgs e)
{
   ribbon1.BackstageViewVisible = true;
}