Share via


NumberBoxAutomationPeer(NumberBox) Constructor

Definition

Initializes a new instance of the NumberBoxAutomationPeer class.

 NumberBoxAutomationPeer(NumberBox const& owner);
public NumberBoxAutomationPeer(NumberBox owner);
function NumberBoxAutomationPeer(owner)
Public Sub New (owner As NumberBox)

Parameters

owner
NumberBox

The NumberBox control instance to create the peer for.

Applies to