4.701 Ribbon (4.5)

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ItemsControl > Selector > Ribbon, IInputElement
Ribbon
(usage)
<Ribbon> x:Object* </Ribbon>
(description)
Represents the root element of a ribbon user interface that hosts a Quick Access Toolbar, Application Menu, and tabs.
(used by)
RibbonControlService
[content property]
Items
[name property]
Name
[xml lang property]
Language
(properties)
ApplicationMenu
RibbonApplicationMenu
(description)
The RibbonApplicationMenu that is a logical child of this Ribbon control.
CheckedBackground
Brush
(description)
The brush that is used to draw the background of Ribbon controls when they are in the Checked state.
CheckedBorderBrush
Brush
(description)
The brush that is used to draw the outer border of Ribbon controls when they are in the Checked state.
ContextualTabGroupHeaderTemplate
DataTemplate
(description)
The template that is used to display Header items in the RibbonContextualTabGroup.
ContextualTabGroups
Collection(RibbonContextualTabGroup)
(description)
A collection that contains all of the RibbonContextualTabGroup items in the Ribbon.
[read only]
true
ContextualTabGroupStyle
Style
(description)
The style that is used when rendering RibbonContextualTabGroup items in the Ribbon.
FocusedBackground
Brush
(description)
The brush used to draw the background of Ribbon controls in the Focused state.
FocusedBorderBrush
Brush
(description)
The brush used to draw the outer border of Ribbon controls in the Focused state.
HelpPaneContent
x:Object
(description)
The contents of the help pane.
HelpPaneContentTemplate
DataTemplate
(description)
The template that is used to display the content of the help pane.
IsCollapsed
x:Boolean
(description)
A value that indicates whether the Ribbon is collapsed.
IsDropDownOpen
x:Boolean
(description)
A value that indicates whether the drop-down for a RibbonTab is open.
IsMinimized
x:Boolean
(description)
A value that indicates whether the Ribbon is minimized.
MouseOverBackground
Brush
(description)
The brush that is used to draw the background of Ribbon controls when they are in the MouseOver state.
MouseOverBorderBrush
Brush
(description)
The brush that is used to draw the outer border of Ribbon controls when they are in the MouseOver state.
PressedBackground
Brush
(description)
The brush that is used to draw the background of Ribbon controls when they are in the Pressed state.
PressedBorderBrush
Brush
(description)
The brush that is used to draw the outer border of Ribbon controls when they are in the Pressed state.
QuickAccessToolBar
RibbonQuickAccessToolBar
(description)
The RibbonQuickAccessToolBar that is a logical child of this Ribbon.
ShowQuickAccessToolBarOnTop
x:Boolean
(description)
A value that indicates whether to show the Quick Access Toolbar above the Ribbon.
TabHeaderStyle
Style
(description)
The style that is used when rendering tab headers.
TabHeaderTemplate
DataTemplate
(description)
The template that is used to display tab headers.
Title
x:Object
(description)
The title of this Ribbon control.
TitleTemplate
DataTemplate
(description)
The template that is used to display the Ribbon title.
WindowIconVisibility
Visibility
(description)
The Visibility for the icon of the RibbonWindow that contains this Ribbon.
(events)
Collapsed
Occurs when the IsCollapsed property is changed to true and the Ribbon is collapsed.
Expanded
Occurs when the IsCollapsed property is changed to false and the Ribbon is expanded.