4.707 RibbonCheckBox (4.5)
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > ButtonBase > ToggleButton > CheckBox > RibbonCheckBox, IInputElement | |
RibbonCheckBox | |
(usage) |
<RibbonCheckBox> x:Object </RibbonCheckBox> |
(description) |
Represents a check box that is used in a Ribbon control. |
[content property] |
Content |
[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. |
CheckedBackground |
Brush |
(description) |
The brush that is used to draw the background of the control when it is in the Checked state. |
CheckedBorderBrush |
Brush |
(description) |
The brush that is used to draw the outer border of the control when it is in the Checked state. |
ControlSizeDefinition |
RibbonControlSizeDefinition |
(description) |
The RibbonControlSizeDefinition for this control. |
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. |
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. |