上一节,介绍了快速启动栏的说明,接下来,介绍Ribbon另外一个功能,toolbar,toolbar是对工具栏的一个有效补充。
其基本代码定义如下:
<Fluent:Ribbon.ToolBarItems> <Fluent:Button Size="Middle" <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提示,其表现效果如下图:
?
时间: 2024-11-05 11:24:52