The SplitButton type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SplitButton |
Initializes a new instance of the SplitButton class.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| IsDropDownOpenProperty |
Identifies the IsDropDownOpen property.
|
Properties
| Name | Description | |
|---|---|---|
| DropDownItems | ||
| IsDropDownOpen |
Gets or sets the whether the drop-down menu part of the SplitButton is open.
This is a dependency property.
|