Share via


RibbonSplitButton Class

Definition

public ref class RibbonSplitButton : Microsoft::Windows::Controls::Ribbon::RibbonMenuButton, System::Windows::Input::ICommandSource
[System.Windows.TemplatePart(Name="PART_ToggleButton", Type=typeof(Microsoft.Windows.Controls.Ribbon.RibbonToggleButton))]
[System.Windows.TemplatePart(Name="PART_HeaderButton", Type=typeof(System.Windows.Controls.Primitives.ButtonBase))]
public class RibbonSplitButton : Microsoft.Windows.Controls.Ribbon.RibbonMenuButton, System.Windows.Input.ICommandSource
[<System.Windows.TemplatePart(Name="PART_ToggleButton", Type=typeof(Microsoft.Windows.Controls.Ribbon.RibbonToggleButton))>]
[<System.Windows.TemplatePart(Name="PART_HeaderButton", Type=typeof(System.Windows.Controls.Primitives.ButtonBase))>]
type RibbonSplitButton = class
    inherit RibbonMenuButton
    interface ICommandSource
Public Class RibbonSplitButton
Inherits RibbonMenuButton
Implements ICommandSource
Inheritance
RibbonSplitButton
Attributes
Implements

Constructors

RibbonSplitButton()

Fields

CheckedBackgroundProperty
CheckedBorderBrushProperty
ClickEvent
CommandParameterProperty
CommandProperty
CommandTargetProperty
DropDownToolTipDescriptionProperty
DropDownToolTipFooterDescriptionProperty
DropDownToolTipFooterImageSourceProperty
DropDownToolTipFooterTitleProperty
DropDownToolTipImageSourceProperty
DropDownToolTipTitleProperty
HeaderKeyTipProperty
HeaderQuickAccessToolBarIdProperty
IsCheckableProperty
IsCheckedProperty
LabelPositionProperty

Properties

CanAddToQuickAccessToolBarDirectly (Inherited from RibbonMenuButton)
CanUserResizeHorizontally (Inherited from RibbonMenuButton)
CanUserResizeVertically (Inherited from RibbonMenuButton)
CheckedBackground
CheckedBorderBrush
Command
CommandParameter
CommandTarget
ControlSizeDefinition (Inherited from RibbonMenuButton)
DropDownHeight (Inherited from RibbonMenuButton)
DropDownToolTipDescription
DropDownToolTipFooterDescription
DropDownToolTipFooterImageSource
DropDownToolTipFooterTitle
DropDownToolTipImageSource
DropDownToolTipTitle
FocusedBackground (Inherited from RibbonMenuButton)
FocusedBorderBrush (Inherited from RibbonMenuButton)
HandlesScrolling (Inherited from RibbonMenuButton)
HasGallery (Inherited from RibbonMenuButton)
HeaderKeyTip
HeaderQuickAccessToolBarId
IsCheckable
IsChecked
IsDropDownOpen (Inherited from RibbonMenuButton)
IsDropDownPositionedAbove (Inherited from RibbonMenuButton)
IsInControlGroup (Inherited from RibbonMenuButton)
IsInQuickAccessToolBar (Inherited from RibbonMenuButton)
ItemContainerTemplateSelector (Inherited from RibbonMenuButton)
KeyTip (Inherited from RibbonMenuButton)
Label (Inherited from RibbonMenuButton)
LabelPosition
LargeImageSource (Inherited from RibbonMenuButton)
MouseOverBackground (Inherited from RibbonMenuButton)
MouseOverBorderBrush (Inherited from RibbonMenuButton)
PressedBackground (Inherited from RibbonMenuButton)
PressedBorderBrush (Inherited from RibbonMenuButton)
QuickAccessToolBarControlSizeDefinition (Inherited from RibbonMenuButton)
QuickAccessToolBarId (Inherited from RibbonMenuButton)
Ribbon (Inherited from RibbonMenuButton)
SmallImageSource (Inherited from RibbonMenuButton)
ToolTipDescription (Inherited from RibbonMenuButton)
ToolTipFooterDescription (Inherited from RibbonMenuButton)
ToolTipFooterImageSource (Inherited from RibbonMenuButton)
ToolTipFooterTitle (Inherited from RibbonMenuButton)
ToolTipImageSource (Inherited from RibbonMenuButton)
ToolTipTitle (Inherited from RibbonMenuButton)
UsesItemContainerTemplate (Inherited from RibbonMenuButton)

Methods

ClearContainerForItemOverride(DependencyObject, Object) (Inherited from RibbonMenuButton)
GetContainerForItemOverride() (Inherited from RibbonMenuButton)
HandleMouseButton(MouseButtonEventArgs) (Inherited from RibbonMenuButton)
IsItemItsOwnContainerOverride(Object) (Inherited from RibbonMenuButton)
OnActivatingKeyTip(ActivatingKeyTipEventArgs)
OnApplyTemplate()
OnCreateAutomationPeer()
OnDismissPopup(RibbonDismissPopupEventArgs) (Inherited from RibbonMenuButton)
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) (Inherited from RibbonMenuButton)
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) (Inherited from RibbonMenuButton)
OnKeyDown(KeyEventArgs) (Inherited from RibbonMenuButton)
OnKeyTipAccessed(KeyTipAccessedEventArgs) (Inherited from RibbonMenuButton)
OnKeyUp(KeyEventArgs) (Inherited from RibbonMenuButton)
OnPreviewKeyDown(KeyEventArgs) (Inherited from RibbonMenuButton)
OnPreviewMouseDown(MouseButtonEventArgs) (Inherited from RibbonMenuButton)
OnTemplateChanged(ControlTemplate, ControlTemplate) (Inherited from RibbonMenuButton)
PrepareContainerForItemOverride(DependencyObject, Object) (Inherited from RibbonMenuButton)
ShouldApplyItemContainerStyle(DependencyObject, Object) (Inherited from RibbonMenuButton)

Events

Click
DropDownClosed (Inherited from RibbonMenuButton)
DropDownOpened (Inherited from RibbonMenuButton)

Applies to