Version

ToolsNotInRibbon Property

Returns a modifiable collection of the Tools that are not sited on a RibbonGroup, ApplicationMenuFooterToolbar or MenuTool.
Syntax
'Declaration
 
Public ReadOnly Property ToolsNotInRibbon As ToolsNotInRibbonCollection
public ToolsNotInRibbonCollection ToolsNotInRibbon {get;}
Remarks

The ToolsNotInRibbon collection is a convenient place to store tools that are not initially sited anywhere in the XamRibbon but are available to the end user for placement on the QuickAccessToolbar via its Quick Customize Menu. Tools in this collection that have their ButtonTool.IsQatCommonTool property set to true will appear in the QuickAccessToolbar's Quick Customize Menu. Developers can also use the tools in this collection to populate a list in a developer-written ribbon customization dialog.

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