Share via


RadioButtonsAutomationPeer(RadioButtons) Constructor

Definition

Initializes a new instance of the RadioButtonsAutomationPeer class.

 RadioButtonsAutomationPeer(RadioButtons const& owner);
public RadioButtonsAutomationPeer(RadioButtons owner);
function RadioButtonsAutomationPeer(owner)
Public Sub New (owner As RadioButtons)

Parameters

owner
RadioButtons

The RadioButtons control instance to create the peer for.

Applies to