Version

QuickAccessToolbar Property (XamRibbon)

Returns/sets the QuickAccessToolbar for the XamRibbon.
Syntax
'Declaration
 
Public Property QuickAccessToolbar As QuickAccessToolbar
public QuickAccessToolbar QuickAccessToolbar {get; set;}
Remarks

The QuickAccessToolbar is a user customizable toolbar that contains often used tools. The tools added to the QAT must exist within the XamRibbon - in a RibbonGroup, ApplicationMenu, ApplicationMenuFooterToolbar, a MenuTool within the ribbon or within the ToolsNotInRibbon collection.

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