Share via


CheckBoxAutomationPeer(CheckBox) Constructor

Definition

Initializes a new instance of the CheckBoxAutomationPeer class.

 CheckBoxAutomationPeer(CheckBox const& owner);
public CheckBoxAutomationPeer(CheckBox owner);
function CheckBoxAutomationPeer(owner)
Public Sub New (owner As CheckBox)

Parameters

owner
CheckBox

The owner element to create for.

Applies to