Version

ToolLocation Enumeration

Determines where the tool exists.
Syntax
'Declaration
 
Public Enum ToolLocation 
   Inherits System.Enum
public enum ToolLocation : System.Enum 
Members
MemberDescription
ApplicationMenuThe tool is in the ApplicationMenu.
ApplicationMenu2010The tool is an item in the ApplicationMenu2010
ApplicationMenuFooterToolbarThe tool is on the ApplicationMenuFooterToolbar.
ApplicationMenuRecentItemsThe tool is in the ApplicationMenu.RecentItems collection.
ApplicationMenuSubMenuThe tool is on a MenuToolBase that is located within the System.Windows.Controls.ItemsControl.Items collection of the ApplicationMenu.
MenuThe tool is on a menu (MenuToolBase).
QuickAccessToolbarThe tool is on the QuickAccessToolbar.
RibbonThe tool is within a RibbonGroup.
TabItemAreaToolbarThe tool is on the TabItemAreaToolbar.
UnknownThe tool has not been sited.
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