The SplitButton type exposes the following members.

Constructors

  NameDescription
SplitButton
Initializes a new instance of the SplitButton class.

Methods

  NameDescription
OnApplyTemplate
Called by the framework when the control template is applied.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)
OnClick
Called when this SplitButton is clicked.
(Overrides Button..::.OnClick()()().)
OnLostFocus
Called when the SplitButton loses focus.
(Overrides UIElement..::.OnLostFocus(RoutedEventArgs).)
OnMouseLeftButtonDown
Called when the left mouse button is pressed over the SplitButton.
(Overrides ButtonBase..::.OnMouseLeftButtonDown(MouseButtonEventArgs).)

Fields

  NameDescription
IsDropDownOpenProperty
Identifies the IsDropDownOpen property.

Properties

  NameDescription
DropDownItems
Gets the list of items to display in the drop-down menu. This supports MenuItem and Separator objects.
IsDropDownOpen
Gets or sets the whether the drop-down menu part of the SplitButton is open. This is a dependency property.

See Also