次の方法で共有


RibbonButton Class

Definition

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

Constructors

RibbonButton()

Fields

CanAddToQuickAccessToolBarDirectlyProperty
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
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