如何在流利的功能区中使用应用程序菜单? [英] How to use Application Menu in fluent ribbon?

查看:85
本文介绍了如何在流利的功能区中使用应用程序菜单?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮助我在流利的功能区中使用应用程序菜单。我找不到一个样本,显示如何在完整搜索一天后在Fluent功能区中使用应用程序菜单。



提前致谢

解决方案

本文档 [ ^ ]可能对你有帮助。


我得到了解决方案,实际上很简单



 <   Fluent:Ribbon.Menu  >  
< 流利: ApplicationMenu 标题 = 主页 >
< <跨度class =code-leadattribute> Fluent:MenuItem 标题 = 主菜单1

图标 = / packagename; component / Images / homemenu1.png / >
< Fluent:MenuItem 标题 = 主菜单2

图标 = / packagename; component / Images / homemenu2.png / >
< / Fluent:ApplicationMenu >

< / Fluent:Ribbon.Menu >







来自是链接



感谢您的宝贵帮助。


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

解决方案

This documentation[^] might help you.


I got the solution , actually it is very simple

<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.


这篇关于如何在流利的功能区中使用应用程序菜单?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆