Version

ToolbarTransitionAreas Enumeration

Enumeration indicating what state transitions are enabled within the UltraToolbarsManager
Syntax
'Declaration
 
Public Enum ToolbarTransitionAreas 
   Inherits System.Enum
public enum ToolbarTransitionAreas : System.Enum 
Members
MemberDescription
AllTransitions are enabled for all items within the UltraToolbarsManager
DefaultBy default, transitions are only executed when the UltraToolbarsManager.Style is set to Office2007
GalleryItemsTransitions are enabled for the GalleryToolItem instances within a PopupGalleryTool
MainMenuToolsTransitions are enabled for items on the main menu toolbar.
MenuItemsTransitions are enabled for the items a menu.
NoneTransitions are disabled
RibbonTransitions are enabled for the items on the UltraToolbarsManager.Ribbon including the ribbon tabs, the background of the ribbon group and application menu button.
RibbonToolsTransitions are enabled for the tools on RibbonGroup.
ToolbarToolsTransitions are enabled for items on toolbars (excluding the QuickAccessToolbar and ApplicationMenuFooterToolbar).
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