Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Set ApplicationMenu selected by default
posted

How can I set the ApplicationMenu selected as default? I have this Ribbon:

        <igRibbon:RibbonWindowContentHost>
            <igRibbon:RibbonWindowContentHost.Ribbon>
                <igRibbon:XamRibbon ApplicationMenuMode="Office2010" Theme="Office2010" Name="MyRibbon">
                  ...

and would like that, when the application starts, the ApplicationMenu is selected. I have tried this:

MyRibbon.SelectedTab = MyRibbon.Tabs[0];

but the ApplicationMenu is not part of Tabs[]. Thank you a hint!

Parents
No Data
Reply Children
No Data