Version

XamRibbonProxy.RibbonSelectableItemType Enumeration

Enum of Ribbon Items for replayable ClickSubItem action
Syntax
'Declaration
 
Public Enum XamRibbonProxy.RibbonSelectableItemType 
   Inherits System.Enum
public enum XamRibbonProxy.RibbonSelectableItemType : System.Enum 
__value public enum XamRibbonProxy.RibbonSelectableItemType : public System.Enum 
Members
MemberDescription
rbnAppMenuFooterRepresents the Application Menu Footer Toolbar of XamRibbon
rbnAppMenuLeftRepresents the Application Menu Left Area of XamRibbon
rbnAppMenuRecentRepresents the Application Menu Recent Items Panel of XamRibbon
rbnGroupRepresents a RibbonGroup of XamRibbon
rbnQATRepresents the Quick Access Toolbar of XamRibbon
rbnQuickCustMenuRepresents the Quick Customize Menu Panel of XamRibbon
rbnTabItemRepresents a RibbonTabItem of XamRibbon
rbnToolRepresents a tool of type IRibbonTool, ToolMenuItem, DropDownToggle,GalleryItem or GalleryItemGroup of XamRibbon
Requirements

Target Platforms: 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