RadioButtonAutomationPeer(RadioButton) Constructor

Definition

Initializes a new instance of the RadioButtonAutomationPeer class.

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

Parameters

owner
RadioButton

The RadioButton that is associated with this RadioButtonAutomationPeer.

Applies to

See also