4.732 RibbonMenuButton (4.5)

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ItemsControl > MenuBase > Menu > RibbonMenuButton, IInputElement
RibbonMenuButton
RibbonApplicationMenu RibbonComboBox RibbonFilterMenuButton RibbonSplitButton
(usage)
<RibbonMenuButton> x:Object* </RibbonMenuButton>
(description)
Represents a button on the ribbon that displays a drop-down menu when clicked.
(used by)
RibbonQuickAccessToolBar
[content property]
Items
[name property]
Name
[xml lang property]
Language
(properties)
CanAddToQuickAccessToolBarDirectly
x:Boolean
(description)
A value that indicates whether this control can be added directly to the Quick Access Toolbar.
CanUserResizeHorizontally
x:Boolean
(description)
A value that indicates whether the user can resize the drop-down horizontally.
CanUserResizeVertically
x:Boolean
(description)
A value that indicates whether the user can resize the drop-down vertically.
ControlSizeDefinition
RibbonControlSizeDefinition
(description)
The RibbonControlSizeDefinition for this control.
DropDownHeight
x:Double
(description)
The height of the drop-down.
FocusedBackground
Brush
(description)
The brush that is used to draw the background of the control when it has focus.
FocusedBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when it has focus.
IsDropDownOpen
x:Boolean
(description)
A value that indicates whether the drop-down is open.
KeyTip
x:String
(description)
The keyboard shortcut for the control.
Label
x:String
(description)
The text that is displayed next to or below the control.
LargeImageSource
ImageSource
(description)
The image that is displayed on the control when the image size is set to Large.
MouseOverBackground
Brush
(description)
The brush that is used to draw the background of the control when the mouse pointer is over it.
MouseOverBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when the mouse pointer is over it.
PressedBackground
Brush
(description)
The brush that is used to draw the background of the control when it is pressed.
PressedBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when it is pressed.
QuickAccessToolBarControlSizeDefinition
RibbonControlSizeDefinition
(description)
The RibbonControlSizeDefinition for this control when it is hosted in the Quick Access Toolbar.
QuickAccessToolBarId
x:Object
(description)
A unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.
SmallImageSource
ImageSource
(description)
The image that is displayed on the control when the image size is set to Small.
ToolTipDescription
x:String
(description)
The descriptive text that is displayed in the ToolTip for this control.
ToolTipFooterDescription
x:String
(description)
The descriptive text that is displayed in the footer of the ToolTip for this control.
ToolTipFooterImageSource
ImageSource
(description)
The image that is displayed in the footer of the ToolTip for this control.
ToolTipFooterTitle
x:String
(description)
The title text that is displayed in the footer of the ToolTip for this control.
ToolTipImageSource
ImageSource
(description)
The image that is displayed in the ToolTip for this control.
ToolTipTitle
x:String
(description)
The title text that is displayed in the ToolTip for this control.
(events)
DropDownClosed
Occurs when the drop-down is closed.
DropDownOpened
Occurs when the drop-down is opened.