Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a container for the Quick Access Toolbar (QAT).
Usage
<Ribbon.QuickAccessToolbar>
child elements
</Ribbon.QuickAccessToolbar>
Attributes
There are no attributes.
Child elements
| Element | Description |
|---|---|
| QuickAccessToolbar |
Must occur exactly once |
Parent elements
| Element |
|---|
| Ribbon |
Remarks
Required.
May occur one or more times for each Ribbon.
Examples
The following example demonstrates the basic markup for the Ribbon.QuickAccessToolbar element.
<Ribbon.QuickAccessToolbar>
<QuickAccessToolbar CommandName="cmdQAT"
CustomizeCommandName="cmdCustomizeQAT">
<QuickAccessToolbar.ApplicationDefaults>
<Button CommandName="cmdButton1"/>
<ToggleButton CommandName="cmdMinimize"
ApplicationDefaults.IsChecked="false"/>
</QuickAccessToolbar.ApplicationDefaults>
</QuickAccessToolbar>
</Ribbon.QuickAccessToolbar>
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |