Version

QuickAccessToolbarLocation Property

Returns/sets a value that indicates where the QuickAccessToolbar should be displayed. Possible locations include above the RibbonTabItem area to the right of the ApplicationMenu or below the XamRibbon.
Syntax
'Declaration
 
Public Property QuickAccessToolbarLocation As QuickAccessToolbarLocation
public QuickAccessToolbarLocation QuickAccessToolbarLocation {get; set;}
Remarks

By default, the QuickAccessToolbar is displayed above the ribbon within the caption area. The location may be changed programatically using this property or by the end user using the right click customize menu.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also