次の方法で共有


RibbonRadioButton Class

Definition

public ref class RibbonRadioButton : System::Windows::Controls::RadioButton
[System.Windows.TemplatePart(Name="PART_Image", Type=typeof(System.Windows.Controls.Image))]
public class RibbonRadioButton : System.Windows.Controls.RadioButton
[<System.Windows.TemplatePart(Name="PART_Image", Type=typeof(System.Windows.Controls.Image))>]
type RibbonRadioButton = class
    inherit RadioButton
Public Class RibbonRadioButton
Inherits RadioButton
Inheritance
RibbonRadioButton
Attributes

Constructors

RibbonRadioButton()

Fields

CanAddToQuickAccessToolBarDirectlyProperty
CheckedBackgroundProperty
CheckedBorderBrushProperty
ControlSizeDefinitionProperty
CornerRadiusProperty
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
CornerRadius
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