Share via


RibbonToggleButton Class

Definition

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

Constructors

RibbonToggleButton()

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