ToggleButtonAutomationPeer(ToggleButton) Constructor

Definition

Initializes a new instance of the ToggleButtonAutomationPeer class.

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

Parameters

owner
ToggleButton

The ToggleButton that is associated with this ToggleButtonAutomationPeer.

Applies to

See also