Version

StockItemModificationOption Enumeration

Enumeration used to indicate what type of modifications are allowed to default items on the Ribbon Customizer
Syntax
'Declaration
 
Public Enum StockItemModificationOption 
   Inherits System.Enum
public enum StockItemModificationOption : System.Enum 
Members
MemberDescription
AllAll Tabs, Groups and Tools can be modified
AllowGroupAddToolsGroups can have Tools added
AllowGroupModifyGroups can be modified (Image and Caption)
AllowGroupRemoveGroups can be removed
AllowGroupRepositionGroups can be moved
AllowGroupShowHideGroups can be hidden (or shown depending on the current visibility)
AllowTabAddGroupsTabs can have groups added
AllowTabChangeContextualGroupTabs can be moved from one Contextual Tab Group to another or the Main tabs group.
AllowTabModifyTabs can be modified (Image and Caption)
AllowTabRemoveTabs can be removed
AllowTabRepositionTabs can be moved
AllowTabShowHideTabs can be hidden (or shown depending on the current visibility)
AllowToolModifyTools can be modified (Images and Caption)
AllowToolRemoveTools can be removed
AllowToolRepositionTools can be moved
AllowToolShowHideTools can be hidden (or shown depending on the current visibility)
NoneModification of Tabs, Groups and Tools is not allowed
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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