ExpanderAutomationPeer(Expander) Constructor

Definition

Creates a new instance of the ExpanderAutomationPeer class.

public:
 ExpanderAutomationPeer(System::Windows::Controls::Expander ^ owner);
public ExpanderAutomationPeer (System.Windows.Controls.Expander owner);
new System.Windows.Automation.Peers.ExpanderAutomationPeer : System.Windows.Controls.Expander -> System.Windows.Automation.Peers.ExpanderAutomationPeer
Public Sub New (owner As Expander)

Parameters

owner
Expander

The Expander that is associated with this ExpanderAutomationPeer.

Applies to