Share via


ExpanderButtonAutomationPeer Class

Definition

Provides an automation peer for ExpanderButton.

public ref class ExpanderButtonAutomationPeer : System::Windows::Automation::Peers::ToggleButtonAutomationPeer, System::Windows::Automation::Provider::IExpandCollapseProvider
public class ExpanderButtonAutomationPeer : System.Windows.Automation.Peers.ToggleButtonAutomationPeer, System.Windows.Automation.Provider.IExpandCollapseProvider
type ExpanderButtonAutomationPeer = class
    inherit ToggleButtonAutomationPeer
    interface IExpandCollapseProvider
Public Class ExpanderButtonAutomationPeer
Inherits ToggleButtonAutomationPeer
Implements IExpandCollapseProvider
Inheritance
ExpanderButtonAutomationPeer
Implements

Constructors

ExpanderButtonAutomationPeer(ExpanderButton)

Initializes a new instance of the ExpanderButtonAutomationPeer class.

Methods

GetClassNameCore()

Gets the class name.

GetPattern(PatternInterface)

Gets the control pattern for the ExpanderButton that is associated with this ExpanderButtonAutomationPeer.

Explicit Interface Implementations

IExpandCollapseProvider.Collapse()

Collapses this instance of ExpanderButton.

IExpandCollapseProvider.Expand()

Expands this instance of ExpanderButton.

IExpandCollapseProvider.ExpandCollapseState

Gets the expand/collapse state of this ExpanderButton instance.

Applies to