Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can anyone help me to use the application menu in fluent ribbon. I cant find a single sample showing how to use the Application Menu in Fluent Ribbon after one day full search.

Thanks in advance
Posted
Updated 25-Mar-13 6:34am
v2

This documentation[^] might help you.
 
Share this answer
 
Comments
Manu Thalasseril 26-Mar-13 2:03am    
Hi Abhinav thanks for your help.I check that documentation full and download sample codes . But that will not saying anything about Application menu. How ever I got a solution from this link
http://fluent.codeplex.com/workitem/22416.Again thanks for your kind help
I got the solution , actually it is very simple

XML
<Fluent:Ribbon.Menu>
    <Fluent:ApplicationMenu Header="Home">
        <Fluent:MenuItem Header="Home Menu 1"
                    Icon="/packagename;component/Images/homemenu1.png" />
        <Fluent:MenuItem Header="Home Menu 2"
                    Icon="/packagename;component/Images/homemenu2.png" />
    </Fluent:ApplicationMenu>

</Fluent:Ribbon.Menu>



from this link

thanks all for your valuable helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900