PipsPagerAutomationPeer(PipsPager) Constructor

Definition

Initializes a new instance of the PipsPagerAutomationPeer class.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

 PipsPagerAutomationPeer(PipsPager const& owner);
public PipsPagerAutomationPeer(PipsPager owner);
Public Sub New (owner As PipsPager)

Parameters

owner
PipsPager

The PipsPager control instance to create the peer for.

Applies to