使用键盘自定义快速访问工具栏 使用键盘自定义快速访问工具栏。 了解如何将按钮添加到快速访问工具栏,以便你喜欢的功能和命令无需使用鼠标即可在任何Microsoft 365 应用中快速访问。 你还将了解如何访问工具栏、更改按钮的顺序、删除按钮等。 本主题内容 什么是快速访问工具栏? 导出自定义快速访问工具栏 导入自定义快...
定义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.
快速访问工具栏 (QAT) 的应用程序默认列表是通过QuickAccessToolbar.ApplicationDefaults属性指定的,该属性标识建议命令的默认列表,所有这些列表都列在快速访问工具栏 (QAT) 下拉菜单中。 若要在快速访问工具栏 (QAT) 工具栏中显示应用程序默认列表中的命令,每个控件元素的 ApplicationDefaults.IsChecked属性必须具有一个...
可自定义的快速访问工具栏包含一组独立于功能区上当前显示的选项卡的命令。 你可以从两个可能的位置之一移动快速访问工具栏,并且你可以将表示命令的按钮添加到快速访问工具栏中。 注意: 不能通过 Microsoft Office 中的选项来增加表示命令的按钮的大小。 增加按钮的大小的唯一方法是降低你所使用的屏幕分辨率。
快速访问工具栏 (QAT) 控件通过 QuickAccessToolbar元素在标记中声明并与命令 ID 相关联。 命令 ID 用于标识快速访问工具栏 (QAT) 并将其绑定到应用程序定义的命令处理程序。 除了用于主要快速访问工具栏 (QAT) 功能的基本命令处理程序之外,声明可选的CustomizeCommandNameQuickAccessToolbar元素属性还会导致框架向快速...
To move the Quick Access Toolbar If you don't want the QAT in its current location, you can move it to the other location: SelectCustomize Quick Access Toolbarat the right end of the toolbar. Near the bottom of the menu, selectShow Below the RibbonorShow above the ribbon. ...
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.
Show or hide the Quick Access Toolbar Right-click in the ribbon and do either of the following: If the Quick Access Toolbar is shown, selectHide Quick Access Toolbar. If the Quick Access Toolbar is hidden, selectShow Quick Access Toolbar. ...
public RibbonQuickAccessToolBar QuickAccessToolBar { get; set; } 属性值类型:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar 为Ribbon 控件的逻辑子元素的“快速访问工具栏”。注册的默认值为 nulla null reference (Nothing in Visual Basic)。有关可以影响值的因素的更多信息,请...