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 class.
public DropDownButton()
Properties
IsPointerOverParent
Indicates 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:
trueif the button should be forced to reflect a pointer over state; otherwise,false.
Fields
IsPointerOverParentProperty
Defines the IsPointerOverParent property.
public static readonly DependencyProperty IsPointerOverParentProperty