Share via


PivotAutomationPeer(Pivot) Constructor

Definition

Initializes a new instance of the PivotAutomationPeer class.

 PivotAutomationPeer(Pivot const& owner);
public PivotAutomationPeer(Pivot owner);
function PivotAutomationPeer(owner)
Public Sub New (owner As Pivot)

Parameters

owner
Pivot

The Pivot to create a peer for.

Applies to

See also