PagerControlAutomationPeer(PagerControl) Constructor

Definition

Initializes a new instance of the PagerControlAutomationPeer class. (Not supported.)

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

/// [Windows.Foundation.Metadata.Experimental]
 PagerControlAutomationPeer(PagerControl const& owner);
[Windows.Foundation.Metadata.Experimental]
public PagerControlAutomationPeer(PagerControl owner);
Public Sub New (owner As PagerControl)

Parameters

owner
PagerControl

The PagerControl control instance to create the peer for.

Attributes

Applies to