In This Article

DropDownButton Class

Represents a drop-down styled toggle button.

public class DropDownButton : ToggleButton
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl ButtonBase ToggleButton object

Constructors

DropDownButton()

Initializes an instance of the DropDownButton class.

public DropDownButton()

Properties

IsPointerOverParent

Gets or sets whether the button should be forced to reflect a pointer over state, such as when the mouse is over the templated parent.

public bool IsPointerOverParent { get; set; }

Property Value

bool:

true if the button should be forced to reflect a pointer over state; otherwise, false.

Fields

IsPointerOverParentProperty

Identifies the IsPointerOverParent dependency property. This field is read-only.

public static readonly DependencyProperty IsPointerOverParentProperty