次の方法で共有


RibbonCheckBox Class

Definition

public ref class RibbonCheckBox : System::Windows::Controls::CheckBox
[System.Windows.TemplatePart(Name="PART_CheckBorder", Type=typeof(System.Windows.Controls.Border))]
public class RibbonCheckBox : System.Windows.Controls.CheckBox
[<System.Windows.TemplatePart(Name="PART_CheckBorder", Type=typeof(System.Windows.Controls.Border))>]
type RibbonCheckBox = class
    inherit CheckBox
Public Class RibbonCheckBox
Inherits CheckBox
Inheritance
RibbonCheckBox
Attributes

Constructors

RibbonCheckBox()

Fields

CanAddToQuickAccessToolBarDirectlyProperty
CheckedBackgroundProperty
CheckedBorderBrushProperty
ControlSizeDefinitionProperty
FocusedBackgroundProperty
FocusedBorderBrushProperty
IsInControlGroupProperty
IsInQuickAccessToolBarProperty
KeyTipProperty
LabelProperty
LargeImageSourceProperty
MouseOverBackgroundProperty
MouseOverBorderBrushProperty
PressedBackgroundProperty
PressedBorderBrushProperty
QuickAccessToolBarControlSizeDefinitionProperty
QuickAccessToolBarIdProperty
RibbonProperty
ShowKeyboardCuesProperty
SmallImageSourceProperty
ToolTipDescriptionProperty
ToolTipFooterDescriptionProperty
ToolTipFooterImageSourceProperty
ToolTipFooterTitleProperty
ToolTipImageSourceProperty
ToolTipTitleProperty

Properties

CanAddToQuickAccessToolBarDirectly
CheckedBackground
CheckedBorderBrush
ControlSizeDefinition
FocusedBackground
FocusedBorderBrush
IsInControlGroup
IsInQuickAccessToolBar
KeyTip
Label
LargeImageSource
MouseOverBackground
MouseOverBorderBrush
PressedBackground
PressedBorderBrush
QuickAccessToolBarControlSizeDefinition
QuickAccessToolBarId
Ribbon
ShowKeyboardCues
SmallImageSource
ToolTipDescription
ToolTipFooterDescription
ToolTipFooterImageSource
ToolTipFooterTitle
ToolTipImageSource
ToolTipTitle

Methods

OnActivatingKeyTip(ActivatingKeyTipEventArgs)
OnApplyTemplate()
OnClick()
OnCreateAutomationPeer()
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
OnKeyTipAccessed(KeyTipAccessedEventArgs)
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)
OnMouseLeftButtonDown(MouseButtonEventArgs)

Applies to