SplitButton Class

Definition

public ref class SplitButton : System::Windows::Controls::ContentControl
[System.Windows.TemplatePart(Name="PART_RightButton", Type=typeof(System.Windows.Controls.Button))]
[System.Windows.TemplatePart(Name="PART_LeftButton", Type=typeof(System.Windows.Controls.Button))]
[System.Windows.TemplateVisualState(GroupName="LeftStates", Name="LeftNormal")]
[System.Windows.TemplateVisualState(GroupName="RightStates", Name="RightPressed")]
[System.Windows.TemplateVisualState(GroupName="CommonStates", Name="Normal")]
[System.Windows.TemplateVisualState(GroupName="CommonStates", Name="MouseOver")]
[System.Windows.TemplateVisualState(GroupName="CommonStates", Name="Disabled")]
[System.Windows.TemplateVisualState(GroupName="LeftStates", Name="LeftMouseOver")]
[System.Windows.TemplateVisualState(GroupName="LeftStates", Name="LeftPressed")]
[System.Windows.TemplateVisualState(GroupName="RightStates", Name="RightNormal")]
[System.Windows.TemplateVisualState(GroupName="RightStates", Name="RightMouseOver")]
public class SplitButton : System.Windows.Controls.ContentControl
type SplitButton = class
    inherit ContentControl
Public Class SplitButton
Inherits ContentControl
Inheritance
SplitButton
Attributes

Constructors

SplitButton()

Fields

CommandParameterProperty
CommandProperty
DropDownProperty
IsMenuOpenProperty
LeftToolTipProperty
RightToolTipProperty

Properties

Command
CommandParameter
DropDown
IsLoaded
IsMenuOpen
LeftToolTip
RightToolTip

Methods

OnApplyTemplate()
OnCreateAutomationPeer()

Applies to