定义QuickAccessToolbar 类。 此类在 Office 2010 及更高版本中可用。 当对象序列化为 xml 时,其限定名称为 mso14:qat。
The Quick Access Toolbar (QAT) is a small, customizable toolbar that exposes a set of Commands that are specified by the application or selected by the user.
We've heard your feedback and moved commonly used commands back to the Quick Access Toolbar (QAT) and the AutoSave command to the title bar.
The Quick Access Toolbar provides quick access to frequently used command. By default, the Quick Access Toolbar contains a number of commands which are listed in the table below. You can customize it by adding new commands. To do so, click , and then select commands or click More ...
QuickAccessToolbar 元素 Learn 登录 此主题的部分內容可能由机器或 AI 翻译。 消除警报 搜索 Windows 功能区框架 功能区框架概述 功能区框架开发人员指南 功能区框架控件库 功能区框架参考 功能区框架参考 标记元素 标记元素 命令和资源 视图 控件 控件 ApplicationMenu...
publicSystem.Windows.Controls.Ribbon.RibbonQuickAccessToolBar QuickAccessToolBar {get;set; } 属性值 RibbonQuickAccessToolBar 为Ribbon控件的逻辑子元素的“快速访问工具栏”。 已注册的默认值为null。 有关什么可以影响值的详细信息,请参阅Dependency Property Value Precedence(依赖项属性值优先级)。
上面程序中RibbonQuickAccessToolBar.Placement 用于设置快捷工具栏是否允许用户自定义调节。如下图所示可以将Help 按键从快捷工具栏中取消显示。若不设置该值则默认为不能调整,即工具栏中按键内容是固定的。 最后,为所有RibbonCommand 事件添加C# 代码完成事件内容,其中文档保存对话框可以使用Windows API Code Pack 的Com...
The Quick Access toolbar is a small toolbar that lets you access frequently used commands (such as New, Open, Save, Print, Undo, and Redo).The toolbar is customizable.To customize the Quick Access toolbar:On the Quick Access toolbar, click Customize Quick Access Toolbar . Select or ...
<syncfusion:Ribbon x:Name="Ribbon" VerticalAlignment="Top"> <syncfusion:Ribbon.QuickAccessToolBar> <syncfusion:QuickAccessToolBar syncfusion:WindowChrome.IsHitTestVisibleInChrome="True"/> </syncfusion:Ribbon.QuickAccessToolBar> <syncfusion:RibbonTab Caption="Home" > <syncfusion:RibbonBar Header="Clipboard...
TheRibbon Quick Access Toolbaris a customizable element that is designed to provide end-users with one-click access to the most important and used features. It is represented by theRibbonQuickAccessToolbarclass. By default, this toolbar is displayed above theRibbon Control. I...