Fluent Ribbon 第五步 ToolBar
Posted 挨踢老干部的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fluent Ribbon 第五步 ToolBar相关的知识,希望对你有一定的参考价值。
上一节,介绍了快速启动栏的说明,接下来,介绍Ribbon另外一个功能,toolbar,toolbar是对工具栏的一个有效补充。
其基本代码定义如下:
<Fluent:Ribbon.ToolBarItems> <Fluent:Button Size="Middle" Icon="Images/Help.png" Header="帮助"> <Fluent:Button.ToolTip> <Fluent:ScreenTip Title="帮助" Text="一个提示说明信息" Image="Images/SampleImageForScreenTip.png" HelpTopic="http:\\\\fluent.codeplex.com" DisableReason="查看帮助" Width="190" IsRibbonAligned="True" /> </Fluent:Button.ToolTip> </Fluent:Button> </Fluent:Ribbon.ToolBarItems> |
其主要是有Botton组成,以上代表提供了ScreenTip提示,其表现效果如下图:
以上是关于Fluent Ribbon 第五步 ToolBar的主要内容,如果未能解决你的问题,请参考以下文章