4.718 RibbonControlService (4.5)

x:Object > RibbonControlService
RibbonControlService
(usage)
None.
(description)
Represents a service that provides properties and methods to control the display and behavior of Ribbon controls.
[is default constructible]
false
(attachable properties)
RibbonControlService.CanAddToQuickAccessToolBarDirectly
x:Boolean
(description)
A value that indicates whether this control can be added directly to the Quick Access Toolbar.
[target type]
DependencyObject
RibbonControlService.CheckedBackground
Brush
(description)
The brush that is used to draw the background of the control when it is in the Checked state.
[target type]
DependencyObject
RibbonControlService.CheckedBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when it in the Checked state.
[target type]
DependencyObject
RibbonControlService.ControlSizeDefinition
RibbonControlSizeDefinition
(description)
The RibbonControlSizeDefinition for this control.
[target type]
DependencyObject
RibbonControlService.CornerRadius
CornerRadius
(description)
A value that indicates the amount that the corners of a ribbon button are rounded.
[target type]
DependencyObject
RibbonControlService.DefaultControlSizeDefinition
RibbonControlSizeDefinition
(description)
The default RibbonControlSizeDefinition for this control.
[target type]
DependencyObject
RibbonControlService.FocusedBackground
Brush
(description)
The brush that is used to draw the background of the control when it has focus.
[target type]
DependencyObject
RibbonControlService.FocusedBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when it has focus.
[target type]
DependencyObject
RibbonControlService.IsInControlGroup
x:Boolean
(description)
A value that indicates whether the control is hosted in a RibbonControlGroup.
[target type]
DependencyObject
RibbonControlService.IsInQuickAccessToolBar
x:Boolean
(description)
A value that indicates whether the control is hosted in the Quick Access Toolbar.
[target type]
DependencyObject
RibbonControlService.Label
x:String
(description)
The text that is displayed next to or below the control.
[target type]
DependencyObject
RibbonControlService.LargeImageSource
ImageSource
(description)
The image that is displayed on the control when the image size is set to Large.
[target type]
DependencyObject
RibbonControlService.MouseOverBackground
Brush
(description)
The brush that is used to draw the background of the control when the mouse pointer is over it.
[target type]
DependencyObject
RibbonControlService.MouseOverBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when the mouse pointer is over it.
[target type]
DependencyObject
RibbonControlService.PressedBackground
Brush
(description)
The brush that is used to draw the background of the control when it is pressed.
[target type]
DependencyObject
RibbonControlService.PressedBorderBrush
Brush
(description)
The brush that is used to draw the outer border of the control when it is pressed.
[target type]
DependencyObject
RibbonControlService.QuickAccessToolBarControlSizeDefinition
RibbonControlSizeDefinition
(description)
The RibbonControlSizeDefinition for this control when it is hosted in the Quick Access Toolbar.
[target type]
DependencyObject
RibbonControlService.QuickAccessToolBarId
x:Object
(description)
A unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.
[target type]
DependencyObject
RibbonControlService.Ribbon
Ribbon
(description)
A reference to the Ribbon that this control belongs to.
[target type]
DependencyObject
RibbonControlService.ShowKeyboardCues
x:Boolean
(description)
A value that indicates whether to show the keyboard focus visual for this control.
[target type]
DependencyObject
RibbonControlService.SmallImageSource
ImageSource
(description)
The image that is displayed on the control when the image size is set to Small.
[target type]
DependencyObject
RibbonControlService.ToolTipDescription
x:String
(description)
The descriptive text that is displayed in the ToolTip for this control.
[target type]
DependencyObject
RibbonControlService.ToolTipFooterDescription
x:String
(description)
The descriptive text that is displayed in the footer of the ToolTip for this control.
[target type]
DependencyObject
RibbonControlService.ToolTipFooterImageSource
ImageSource
(description)
The image that is displayed in the footer of the ToolTip for this control.
[target type]
DependencyObject
RibbonControlService.ToolTipFooterTitle
x:String
(description)
The title text that is displayed in the footer of the ToolTip for this control.
[target type]
DependencyObject
RibbonControlService.ToolTipImageSource
ImageSource
(description)
The image that is displayed in the ToolTip for this control.
[target type]
DependencyObject
RibbonControlService.ToolTipTitle
x:String
(description)
The title text that is displayed in the ToolTip for this control.
[target type]
DependencyObject
(attachable events)
RibbonControlService.DismissPopup
Occurs when a ribbon popup is closed.