The SplitButton type exposes the following members.

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).)

See Also